Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Absolute or relative references both follow the actual referenced cells.
Relative references will change when the formula in the referencing cell is copied (e.g., if you have A1: =Sheet1!B10 then copying that to A2 yields A2: =Sheet1!B11 To reference B16, one way: =IF(INDIRECT("'Order Journal'!B16")="", "", INDIRECT("'Order Journal'!B16")) Note that your +'s are superfluous and you don't need the parens around the nullstring In article , lanek1 wrote: Let me know what I am missing... 1. I use this formula =IF(+'Order Journal'!B16="", (""),(+'Order Journal'!B16)) to reference a cell on another worksheet. 2. On the 'Order Journal' sheet I delete out the row 16. 3. the formula does not continue to reference B16 -which is what I want it to do- instead it gives me a #REF error - =IF(+'Order Journal'!#REF!="", (""),(+'Order Journal'!#REF!)) 4. I thought if the formula was relative it would always reference B16 no matter what cell, row, column was deleted on that worksheet. thanks in advance for help. Ricky |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
worksheet formula problem | Excel Discussion (Misc queries) | |||
Problem on linking different cells from other worksheet ? | Excel Worksheet Functions | |||
Problem on linking different cells from other worksheet ? | Excel Discussion (Misc queries) | |||
linking a formula with different worksheet | Excel Worksheet Functions | |||
Worksheet Linking problem | Excel Discussion (Misc queries) |