Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() It's a very basic formula: it simply returns data from another worksheet in the workbook. However, if no data is entered in the cell a "0" will be inserted in any cell that references it. I tried IF with a space for value_if_true, like so: =IF('sheet1!A1'=0, , 'sheet1!A1') But that didn't work; it still returned "0". I then tried replacing the space with a non-breaking space (Alt + 0160); that returned an error. Any Ideas? ~Jonathan -- jonlandrum http://jonlandrum.com/about/ ------------------------------------------------------------------------ jonlandrum's Profile: http://www.excelforum.com/member.php...o&userid=33615 View this thread: http://www.excelforum.com/showthread...hreadid=533945 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() try =IF('sheet1!A1'=0,"" , 'sheet1!A1') regards -- tony h ------------------------------------------------------------------------ tony h's Profile: http://www.excelforum.com/member.php...o&userid=21074 View this thread: http://www.excelforum.com/showthread...hreadid=533945 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() tony, it worked beautifully. Thank you very much! I don't know why I didn't post that question here six months ago. I've just been coloring the zeros white. :o) Now I have to find another excuse for spending all day with these files. ~Jonathan -- jonlandrum http://jonlandrum.com/about/ ------------------------------------------------------------------------ jonlandrum's Profile: http://www.excelforum.com/member.php...o&userid=33615 View this thread: http://www.excelforum.com/showthread...hreadid=533945 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could also use a custom format of General;General;
and then just use ='sheet1!A1' -- HTH Bob Phillips (remove nothere from email address if mailing direct) "jonlandrum" wrote in message ... tony, it worked beautifully. Thank you very much! I don't know why I didn't post that question here six months ago. I've just been coloring the zeros white. :o) Now I have to find another excuse for spending all day with these files. ~Jonathan -- jonlandrum http://jonlandrum.com/about/ ------------------------------------------------------------------------ jonlandrum's Profile: http://www.excelforum.com/member.php...o&userid=33615 View this thread: http://www.excelforum.com/showthread...hreadid=533945 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Bob, I didn't think of that, either. However, it wouldn't work because the formating has to be either in date format or dollar format. -- jonlandrum http://jonlandrum.com/about/ ------------------------------------------------------------------------ jonlandrum's Profile: http://www.excelforum.com/member.php...o&userid=33615 View this thread: http://www.excelforum.com/showthread...hreadid=533945 |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can still use the technique
Assuming you never get negative dates dd/mmm/yyyy;; But with currency £#,##0.00;-£#,##0.00; -- HTH Bob Phillips (remove nothere from email address if mailing direct) "jonlandrum" wrote in message ... Bob, I didn't think of that, either. However, it wouldn't work because the formating has to be either in date format or dollar format. -- jonlandrum http://jonlandrum.com/about/ ------------------------------------------------------------------------ jonlandrum's Profile: http://www.excelforum.com/member.php...o&userid=33615 View this thread: http://www.excelforum.com/showthread...hreadid=533945 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I make a column equal a formula in Excel? | Excel Discussion (Misc queries) | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
formula returns (correctly) a negative value | Excel Discussion (Misc queries) | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
how do I make a formula NOT change when the data range is moved? | Excel Discussion (Misc queries) |