ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Formula showing 0 - don't want it displayed (https://www.excelbanter.com/excel-discussion-misc-queries/195981-formula-showing-0-dont-want-displayed.html)

KC

Formula showing 0 - don't want it displayed
 
I'm using the following formula to bring data over from one tab to another,
however, if there is nothing in cell B4 on the Status tab its returning a 0
in the cell. I don't want to see anything in the cell. What do I have to do
to modify this? Thanks in advance.

=IF($B4=Status!$B4,Status!C4,"")

I tried this formula, but it also didn't work - still displays 0

=IF(ISERR(IF($B4=Status!$B4,Status!C4,"")),"",IF($ B4=Status!$B4,Status!C4,""))

Kevin B

Formula showing 0 - don't want it displayed
 
Click TOOLS in the menu and select OPTIONS and on the VIEW tab and remove the
check mark from the ZERO VALUES check box. This will suppress the display of
0's for the entire sheet.
--
Kevin Backmann


"KC" wrote:

I'm using the following formula to bring data over from one tab to another,
however, if there is nothing in cell B4 on the Status tab its returning a 0
in the cell. I don't want to see anything in the cell. What do I have to do
to modify this? Thanks in advance.

=IF($B4=Status!$B4,Status!C4,"")

I tried this formula, but it also didn't work - still displays 0

=IF(ISERR(IF($B4=Status!$B4,Status!C4,"")),"",IF($ B4=Status!$B4,Status!C4,""))


Dave Peterson

Formula showing 0 - don't want it displayed
 
Maybe...

=IF($B4=Status!$B4,if(Status!C4="","",status!c4)," ")


KC wrote:

I'm using the following formula to bring data over from one tab to another,
however, if there is nothing in cell B4 on the Status tab its returning a 0
in the cell. I don't want to see anything in the cell. What do I have to do
to modify this? Thanks in advance.

=IF($B4=Status!$B4,Status!C4,"")

I tried this formula, but it also didn't work - still displays 0

=IF(ISERR(IF($B4=Status!$B4,Status!C4,"")),"",IF($ B4=Status!$B4,Status!C4,""))


--

Dave Peterson


All times are GMT +1. The time now is 10:22 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com