Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can someone help educate me on the following formula:
=IF(INDIRECT(""&ROW()-2&"!$K$2")=0,"",INDIRECT(""&ROW()-2&"!$K$2")) It is part of a purchase order log we use and the writer of the formula is no longer with us. -- Costill |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It is looking in cell K2 of another worksheet, the name of that worksheet
being determined by the row number of the formula cell -2. So in H10, it will look at K2 in sheet named 8, and if it is empty, return an empty cell, else that value. -- __________________________________ HTH Bob "Costill" wrote in message ... Can someone help educate me on the following formula: =IF(INDIRECT(""&ROW()-2&"!$K$2")=0,"",INDIRECT(""&ROW()-2&"!$K$2")) It is part of a purchase order log we use and the writer of the formula is no longer with us. -- Costill |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Regression Leverage Formula (Jerry W. Lewis or Mike Middleton)already have DFITS formula | Excel Worksheet Functions | |||
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible | Excel Discussion (Misc queries) | |||
copy formula down a column and have cell references change within formula | New Users to Excel | |||
Formula expected end of statement error, typing formula into cell as part of VBA macro | Excel Programming | |||
Commenting custom formula fields/formula on formula editor | Excel Programming |