I have a 2 column spreadsheet.
- Column A either contains an “A” or a “B”
- Column B either contains a dollar values or is blank
I want to get a total count of dollar values in column B only for instances where column A has an A
Does anyone know what the formula looks like to do that?
I have been tweaking =counta(if()) and can’t seem to get it to give me the correct result,
Thanks.
This is quite similar to this case: How to count pairings of cells in spreadsheet
This is not really
COUNTIFbutCOUNTIFS(with anS):