Math Function?

  • Thread starter Thread starter Doug
  • Start date Start date
D

Doug

What function would I use in cell U207 to take cell S207 multiplied by -1 and
add it to cell T207
 
=t207-s207

or with minor checking...
=if(count(s207:t207)<2,"not enough numbers!",t207-s207)
or make the cell look empty
=if(count(s207:t207)<2,"",t207-s207)
 

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

Similar Threads

math to column 5
Index and match help 2
Formula For Multiple Rows 2
simple formula help in Excel 2007 2
IF Functions 2
Excel VBA 1
rosta 2
Conditional Formatting 2

Back
Top