sumifs not working for text containing ">"

chingg1011

New Member
Joined
Oct 8, 2021
Messages
18
Office Version
  1. 365
  2. 2010
Platform
  1. Windows
  2. Mobile
Hi Expert,

I am encountering below problem from sumifs not working from the text containing ">"

Why F4 cannot return amount 1,000 ? can you help to solve it ? Thanks

Dennis

1727225514229.png
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
That's what I get when I try it.

Book1
ABCDEF
1
2Amount > 4 weeks up to 6 weeks
3100 > 4 weeks up to 6 weeks
4200 > 4 weeks up to 6 weeks1000
5300 > 4 weeks up to 6 weeks
6400 > 4 weeks up to 6 weeks
7500 > 7 days up to 2 weeks
8600 > 7 days up to 2 weeks
9700 > 7 days up to 2 weeks
10800 > 7 days up to 2 weeks
11900 > 7 days up to 2 weeks
12TOTAL4500
Sheet3
Cell Formulas
RangeFormula
F4F4=SUMIFS(C3:C11,D3:D11,F2)
C12C12=SUM(C3:C11)


Usually when you don't get the value you expect in SUMIFS, it's because the values don't match exactly what you expect. Check to see if there are extra spaces anywhere in the values. If you can, please present your data using xl2bb (like I did) instead of a picture. We can't see exactly what is in your sheet from a picture.
 
Upvote 0
Also
Excel Formula:
=SUMIFS(C3:C11,D3:D11,"="&F2)
 
Upvote 0

Forum statistics

Threads
1,223,108
Messages
6,170,142
Members
452,304
Latest member
Thelingly95

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