IF Function- ASAP Please! Thnx

  • Thread starter Thread starter Brooke
  • Start date Start date
B

Brooke

I need to write a IF formula that will show the sum of the
selected cells if that sum is not 1.
 
YOU ROCK!!!

Thanks, it works perfectly!!

Brooke
-----Original Message-----
Brooke,

Try this amended version

=IF(SUM($D$98,$D$92,$D$86,$D$80,$D$74,$D$68)=1,"weighting ok","weighting
equals " & SUM($D$98,$D$92,$D$86,$D$80,$D$74,$D$68) & " make changes to the
available weights.")

--

HTH

Bob Phillips




.
 
Back
Top