empty vs. zero

farnuckl

Board Regular
Joined
Dec 16, 2003
Messages
127
Is there a way to get excel97 to recognize the difference between empty cells and cells with value zero? All my empty cells reference as zero and that is not cool.

Thanks.
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
I don't know the reason you need this, but one way is to check if the cell is empty...

=If(A1="","A1 is Empty",A1)
 
Upvote 0
basically, im checking for gaps in information (weekends=no production) and i want to skip over the empty spaces but account for zeros (workdays=production, no volume). since excel considered the empty spaces to have a value of zero, it was skipping to the wrong cells.

thanks Juan, this looks like it should do the trick!
 
Upvote 0

Forum statistics

Threads
1,215,771
Messages
6,126,799
Members
449,337
Latest member
BBV123

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top