View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.misc
Donna Donna is offline
external usenet poster
 
Posts: 180
Default Conditional Formula

Thank you that worked perfectly and it makes sense.

"Sean Timmons" wrote:

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

"Donna" wrote:

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