Ok here goes...
How do I write a formula in the [red]"destination cell"[/red] to look up the value of a "data-entry cell" on another sheet WITHOUT giving the [red]"destination cell"[/red] a value if the "data-entry cell" is blank.
I've attempted:
=IF('Data Entry 2001'!A1=0," ",'Data Entry 2001'!A1)
=IF('Data Entry 2001'!A1=0,,'Data Entry 2001'!A1)
=IF('Data Entry 2001'!A1=0,0,'Data Entry 2001'!A1)
='Data Entry 2001'!A1
and all of these formulas still end up giving the destination cell a zero value that will show up in a graph. I normally wouldn't mind this but in this instance, I have a trendline and the zero value is affecting the run of the trend line.
Basically, I need to know if it's possible to write a formula that will return a no value what so ever if the data entry cell is blank.
Thanks in advance for any help
Andy
How do I write a formula in the [red]"destination cell"[/red] to look up the value of a "data-entry cell" on another sheet WITHOUT giving the [red]"destination cell"[/red] a value if the "data-entry cell" is blank.
I've attempted:
=IF('Data Entry 2001'!A1=0," ",'Data Entry 2001'!A1)
=IF('Data Entry 2001'!A1=0,,'Data Entry 2001'!A1)
=IF('Data Entry 2001'!A1=0,0,'Data Entry 2001'!A1)
='Data Entry 2001'!A1
and all of these formulas still end up giving the destination cell a zero value that will show up in a graph. I normally wouldn't mind this but in this instance, I have a trendline and the zero value is affecting the run of the trend line.
Basically, I need to know if it's possible to write a formula that will return a no value what so ever if the data entry cell is blank.
Thanks in advance for any help
Andy