Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Also take out the space before ""'s and = and the second 'Active ' thus:
=IF('Active '!B18="","",'Active '!B18) The formula still works with them there, but they are not necessary. Philip Pete_UK wrote: You are missing a space after the second Active: =IF('Active '!B18 = "", "", 'Active '!B18) Of course, B18 might actually contain a zero! Hope this helps. Pete On Feb 23, 8:19 pm, Kamran wrote: Hello, I'm trying to using cross-references between different worksheets within an Excel document. Using a Paste Link, I get something like this: 'Active '!B18 The problem is that any empty cells show up as "0" in the target. So I tried using an IF statement, but it doesn't seem to work. What I want it to do is show the result only if there is something in the source cell, otherwise not display anything. Is there a problem with the syntax? =IF('Active '!B18 = "", "", 'Active'!B18) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
pasting formulas with references to other worksheets | Excel Worksheet Functions | |||
References to worksheets in formulae | Excel Discussion (Misc queries) | |||
How to rename references from range names to cell references | Excel Discussion (Misc queries) | |||
references | Excel Discussion (Misc queries) | |||
references | Excel Discussion (Misc queries) |