Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am a new to Excel programing. I am hoping someone can please answer
this question for me. 1) I have created a named range as below NameRange1 =INDEX(NameRange2,COLUMN())+INDEX(NameRange3,COLUM N()) 2) Next I define a formula based on a logical condition If (A5 10,NameRange1,0) The execution of the last statement returns INDEX(NameRange2,COLUMN())+INDEX(NameRange3,COLUMN ()) How do I make it execute the statement (rather than simply return the dereferenced name) so that I get the result of the addition operation back. INDIRECT does not seem to help either. Neither does prepending "="& to the true and false values of the if function. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lookup related question | Excel Worksheet Functions | |||
How do you write a recursive formula in excel? | Excel Worksheet Functions | |||
recursive formula question | Excel Worksheet Functions | |||
I have a VB related question,... | Excel Programming | |||
Function Related Question | Excel Discussion (Misc queries) |