View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Conditional Formula

=IF(E16*7.75%=SUM(B18:D18),E16*7.75%)

Note that you don't need SUM() around the E16*7.75%.
--
David Biddulph

"Donna" wrote in message
...
I am pretty new to formula so help please. I want to condition a formula
to
add down a column then add across a row and if = return the number
otherwise
false.

=SUM(E16*7.75%)=SUM(B18:D18)

I have it returning true now but want it to return number or false if not
equal

Thank you for the help.

Donna