Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi,
I'm not sure that you can have an arrray constant like this but you can like this {1000,1.2,0.02} Select a1,b1,c1 and enter this in the formula bar ={1000,1.2,0.02} Commit with Ctrl+Shift+enter and those values appear in the 3 cells Select A1 insert|Name|Define and call the cell S Select B1 insert|Name|Define and call the cell P Select C1 insert|Name|Define and call the cell Q You can't use R because that's an illegal name Your formula =(S/P)-((S/P)*Q) now works but note it didn't need to be an array constant to do that you could have simply entered those values in each cell and named them and then you could have used 2%. Mike "notso" wrote: I have an array constant {1000,1.2,2%} in cell A1 S = 1000 P = 1.2 R = 2% How do I reference the array constant to create this formula: =(S/P)-((S/P)*R) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Array, Formula, Constant, IF Statement Question???? | Excel Discussion (Misc queries) | |||
Array Constant? | Excel Discussion (Misc queries) | |||
Array formula with a constant? | Excel Worksheet Functions | |||
array formula with constant | Excel Worksheet Functions | |||
Array formula reference | Excel Discussion (Misc queries) |