View Single Post
 
Old 05-28-2014, 12:36 PM
atis atis is offline Windows XP Office 2007
Novice
 
Join Date: May 2014
Posts: 2
atis is on a distinguished road
Default How to create a matrix of formulas

Hello,

I need a kind of "matrix of formula's". I'd like to handle the following with excel 2007 : on the first line, I have

1 2 3 4.

I named this cells "numbers".

Now, I have 2 formulas which I named "form1" and "form2", for example "form1" is "numbers*2" and "form2" is "numbers*10".

I would like "form1" apply to the first and third cells of "numbers", and "form2" to the second and fourth cells of "numbers". But if I enter on the second line

=form1 =form2 =form1 =form2

I get

2 20 2 20

instead of

2 20 6 40

Can someone help me ?

Atis
Reply With Quote