Previous post

D

David Moss

Maybe I should have clarified that there is a calculation ( =(c18*14)+d14 )
in the cell I am trying to create my auto fill column from, and as I drag it
down, it creates a new & correct calculation for the subsequent rows, (
=(d19*14.......etc), but it doesn't leave the cell blank, but calculates it
as 0.
 
R

Rafael Ortiz

Try using something like:

=IF((C18*14)+D14=0,"",(C18*14)+D14)

Alter as needed...

MRO
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top