Thread: Math Function?
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Math Function?

=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)

Doug wrote:

What function would I use in cell U207 to take cell S207 multiplied by -1 and
add it to cell T207
--
Thank you!


--

Dave Peterson