Sumif Formula

G

Guest

Would like to subtract an amount from a certain value I enter at the time of
typing the formula if the item is from certain category

For example:

category amount total
video $17 =sumif(category = video, subtract amount
from a given value)


Any suggestions would be appreciated.

Best Regards,
Eleanor
 
B

Bob Phillips

=IF(A2="video",100-B2,"")

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 

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