I am using a "sumif" formula, where i need to recognize the last digit only, which is also the 2nd digit right of the decimal. I have tried the asterick and also the question mark in various ways.
The formula will recognize the figures when I use the entire number, so i feel as though the rest of the formula is correct. Any ideas as to why I can't get only the last digit recognized?
IN THIS EXAMPLE, I NEED TO RECOGNIZE THE NUMBER 54900.91
BUT ONLY THE LAST DIGIT IS THE ONE THAT MATTERS.
SUMIF((A2:A99),"*.?1 ",(B2:B99))
The formula will recognize the figures when I use the entire number, so i feel as though the rest of the formula is correct. Any ideas as to why I can't get only the last digit recognized?
IN THIS EXAMPLE, I NEED TO RECOGNIZE THE NUMBER 54900.91
BUT ONLY THE LAST DIGIT IS THE ONE THAT MATTERS.
SUMIF((A2:A99),"*.?1 ",(B2:B99))