Math function...

J

Jacob

I hope there is a simple fix to this. I am trying to subtract two columns...

D8 - E8 =F8

F8 equation is this =E8-D8

In D8, throughout the spread sheet has a couple of lines with text opposed
to numbers....in this case, I am presented with #VALUE!. Management does not
want the text to go away. In other words, they want to see the reason there
is no price in that cell. Is there a way to Null out the text so I can only
show the number value in E8 and display the amount in F8???


Any help with this matter is greatly appreciated.
 
A

Andrew Bourke

Hi Jacob
Try this - it tests to see if numbers exist before the subtraction takes
place.

Numbers are in C3 and D3.

=IF(ISNUMBER(C3),IF( ISNUMBER(D3),C3-D3,C3),C3)

HTH

Andrew Bourke
 

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