Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
What do you mean by: "use the cell address as a formula location"?
Do you want to use that reference in another formula? Assume the result of that formula is in cell A1. Since that formula can return either a blank or a text reference you'd have to test for the blank: =IF(A1="",value_if_true,....................) If A1 does contain the text reference then you need to use the INDIRECT function to reference it: INDIRECT(A1). Since you didn't describe how you want to use that reference I don't know how to finish the above IF formula. Biff wrote in message oups.com... I am using the following formula to return cell address $G$16: =IF(E110,CELL("address",OFFSET(E17,-1,E17)),"") I wish to then use the cell address as a formula location...cell address will change depending on the value in E17. Appreciate any ideas. Thanks, Sven |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamic Formula with Dynamic Address | Excel Worksheet Functions | |||
Average Function and dynamic cell address | Excel Worksheet Functions | |||
Dynamic flexible cell address | Excel Discussion (Misc queries) | |||
Cell Address Location | Excel Worksheet Functions | |||
Using =address to provide address location for =average | Excel Worksheet Functions |