I have a spreadsheet with 2 columns. Column A has Letters. Column B has dollar amounts. I want to sum the numbers in Column B if the corresponding value in Column A = "F".
The end result would be a total dollar of all accounts in Column B whose asscoiated Cell in Column A = F
A B
F 100
d 100
F 200
d 100
C 500
300
The end result would be a total dollar of all accounts in Column B whose asscoiated Cell in Column A = F
A B
F 100
d 100
F 200
d 100
C 500
300