Excel SUMIFS using string with greater less than symbols

0 votes

I have a table with a column that can take on values:

  • <30

  • 31-60

  • 61-90

  • '>90'

Although I think the SUMIFS() formula is attempting to evaluate the greater/less than conditions, I still want to utilise it to get the sums for each group. Here's what I'm attempting:

=SUMIFS( AP[item_balance], AP[days_late_category], "'<30'")

I tried using single quotes inside the double quotes, but that didn't work : "'<30'" and "'>90'".

Is there a way to calculate this?

Nov 20, 2022 in Others by Kithuzzz
• 38,010 points
354 views

1 answer to this question.

0 votes

Put an = in front to let Excel know you want the string literal:

=SUMIFS( AP[item_balance], AP[days_late_category], "=<30")

I hope this helps you.

answered Nov 20, 2022 by narikkadan
• 63,420 points

Related Questions In Others

0 votes
1 answer
0 votes
1 answer

Using Excel Proper Function with exception | Excel

To accomplish this, you might need to ...READ MORE

answered Oct 22, 2022 in Others by narikkadan
• 63,420 points
322 views
0 votes
0 answers

Data Driven Framework -- how to read and write in excel sheet using Selenium WebDriver with java

I'm using this code to read something, ...READ MORE

Oct 31, 2022 in Others by Kithuzzz
• 38,010 points
467 views
0 votes
1 answer
0 votes
1 answer

Calculate Birthdate from an age using y,m,d in Excel

Hello, yes u can find your birthdate using ...READ MORE

answered Feb 16, 2022 in Others by Edureka
• 13,670 points
1,237 views
0 votes
1 answer

Calculate Birthdate from an age using y,m,d in Excel

Hi To Calculate the date, we can ...READ MORE

answered Feb 16, 2022 in Others by Edureka
• 13,670 points
1,425 views
0 votes
0 answers

Convert Rows to Columns with values in Excel using custom format

1 I having a Excel sheet with 1 ...READ MORE

Feb 17, 2022 in Others by Edureka
• 13,670 points
698 views
0 votes
1 answer

IF - ELSE IF - ELSE Structure in Excel

In this case, you can use nested ...READ MORE

answered Feb 18, 2022 in Others by gaurav
• 23,260 points
2,331 views
0 votes
1 answer

Excel Formula Extract any number greater than x charters from a string

Given that you employ two separate delimiters, ...READ MORE

answered Feb 16, 2023 in Others by narikkadan
• 63,420 points
249 views
0 votes
1 answer

How to print an Excel Sheet using VBA with Nitro PDF Creator in Excel 2016

you can use the built-in excel facilities ...READ MORE

answered Sep 24, 2022 in Others by narikkadan
• 63,420 points
818 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP