Thread
:
How do I sum Column F if Column B = "DEPOSIT"
View Single Post
#
2
Bob Phillips
Posts: n/a
=SUMIF(F:F,"Deposit",B;B)
--
HTH
RP
(remove nothere from the email address if mailing direct)
"Marvin" wrote in message
...
How can you get a total of Column F if Column B contains the word deposit
Reply With Quote