How to sum cells if the corresponding string is in a certain length?
In Excel, we usually sum cells by some criteria, but have you ever tried to sum cells if their corresponding strings are in a certain length? For example, here are two lists in column A and column B, column A contains strings, and column B contains numbers, how can you sum the numbers in column B when the strings in column A are in 5-character length?
Sum by string length
To sum values by the string length in another column, you can apply a formula.
Select a cell that you want to put the summing result at, type this formula =SUMPRODUCT((LEN(A2:A17)=5)*B2:B17), press Enter key to get the result. See screenshot:
In the formula, A2:A17 is the strings column you check if is in a specific string length, B2:B17 is the column you want to sum up values, 5 indicates 5-character length. You can change them as you need.
Sort by string length
In some cases, you may want to sort data based on the string length which cannot be directly solved in Excel. However, if you have Kutools for Excel – a handy and powerful Excel add in, with its Advanced Sort feature, you can quickly sort data by the string length.
After installing Kutools for Excel, please do as below:(Free Download Kutools for Excel Now!)
1. Select the data range you want to sort, and click Kutools Plus > Sort > Advanced Sort. See screenshot:
2. In the Advanced Sort dialog, select the column you want to sort, and then specified Text length as the sorting rule, and then select the sorting order, check My data has headers if there are headers in the selection. See screenshot:
3. Click Ok. Now the data has been sorted by string length. See screenshot:
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!