Using Sumifs formula to match upper and lower case names

jb00976

New Member
Joined
Oct 23, 2017
Messages
33
Hello, I have the following formula:

=SUMIFS('Splits-YTD'!D8:D1050,'Splits-YTD'!F8:F1050,A8)

the name under A12 is as follows Bob Smith. Under the tab Splits-YTD the name can show up in column F as follows: Bob SMITH or BOB SMITH or Bob Smith. My current formula doesn't seem to be catching all the variations how can I fix this? I don't want to change the information in the tab Splits-YTD as I paste that information in monthly, I want my formula to be able to recognize all variations.

Thanks in advance for any assitance
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Welcome to the Board!

The SUMIFS formula is not context sensitive, and should count all variations in which the only difference is case.
If you are not finding that to be the case, I think you have something else going on, like extra spaces in the entries.

Find some rows that do not seem to be included in the count. Let's say that it is cell F12. What does this formula return?
Code:
=LEN(F12)
If it is not returning 9, then you have some extra spaces in there that is messing up your SUMs!
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,184
Members
453,020
Latest member
Mohamed Magdi Tawfiq Emam

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top