Hello DP! I have one big excel sheet and I need just one simple IF formula to make it easier for me to do some calculations. Here is what I need: column A: Text data, let's call it "textA" "textB" "textC" column B: numbers what I need is simple formula which calculates the following: results: textA=total textB=total textC=total total is taken out of column B, so textA=total is total number of textA's out of coumn B. Hope I haven't complicated this too much... Thank you!!!
I think I just complicated it by trying to explain. Please check it: All I need is to get the following to be calculated by one formula: field C8: total number of 4 (I have a's in fields B1 and B4 with values of 2 (field C1) and 2 (field C4)). field C9: total number of 5 (I have b's in fields B2 and B5 with values of 3 (field C2) and 2 (field C5)). field C10: total number of 4 (I have c's in fields B3 and B6 with values of 1 (field C3) and 3 (field C6)).
why don't you just sort the data in column B by alphabetical order and then add up using "AutoSum"? how many different types of data are there in column B?
I am not sorting it in AZ order because the data is constantly updated in the bottom. Column B is always text data... I always summarize it manually by filtering it via Autofilter after which I just drag mouse through column C and get result, but now I want to make it automatized...