D Doug Aug 24, 2009 #1 What function would I use in cell U207 to take cell S207 multiplied by -1 and add it to cell T207
D Dave Peterson Aug 24, 2009 #3 =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)
=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)