How to sumif based on partial match in Excel?
Take the below data as an example, I want to sum cell values in column B when there contains partial “KTE” text in column A. How to achieve it? This article, I will talk about how to sum cell values based on a partial match in Excel worksheet.
Sum cells values based on partial match in Excel with formula
Sum cells values based on partial match in Excel with formula
To sum cell values based on the partial match, please apply the following formula:
Enter this formula: =SUMIF($A$2:$A$12,"*"&E1&"*",$B$2:$B$12) into a blank cell where you want to output the result, and then press Enter key to get the calculated result, and all the cells which contain “KTE” have been added up, see screenshot:
Note: In the above formula, E1 is the criterion you want to sum based on, A2:A12 is the range contains the criterion, and B2:B12 is the column that you want to sum.
Best Office Productivity Tools
Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time. Click Here to Get The Feature You Need The Most...
Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier
- Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
- Open and create multiple documents in new tabs of the same window, rather than in new windows.
- Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
