Conditional Formula

D

Donna

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
 
D

David Biddulph

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

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

FSt1

hi
i'm having a bit of trouble understanding.
i see your fomula reading down a column but i don't see it reading across a
row unless you mean e16.
another thing ...what number??

=if(SUM(E16*7.75%)=SUM(B18:D18),"number", "False")

the above formala will do as you wish but it's the number part we need to
claify.

Regards
FSt1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top