Simple SumIf Not Working
I am attempting a simple sumif function and for some reason it constantly reads "INVALID." Below is a similar premise to eliminate wordiness.
I want the formula to look at the PRODUCT column and sum all the PRICE rows that contain the same PRODUCT, (i.e add all the prices of toys sold.) I am wanting this formula to be included on each row, hence the @row. The formula I am using is:
=SUMIF(Product:Product, Product@Row, Price:Price)
Product Price
TOY 12.00
TOY 13.00
Coat 15.00
The ACTUAL formula I am using is: =SUMIF(FabricColor:FabricColor, FabricColor@row, Balance:Balance)
Thanks!
Answers
-
Hi @Shelby Wilder
Hope you are fine, if i understand what you mean please try the following formula:
=SUMIFS(PRICE:PRICE, PRODUCT:PRODUCT, PRODUCT@row)
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
I changed the formula to =SUMIF(Balance:Balance, FabricColor:FabricColor, FabricColor@row), unfortunately it does not work and reads invalid.
-
It's SUMIFS not SUMIF, please check the following:
=SUMIFS(Balance:Balance, FabricColor:FabricColor, FabricColor@row)
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
I changed the formula to =SUMIFS(Balance:Balance, FabricColor:FabricColor, FabricColor@row), and still reads as invalid, unfortunately.
-
Please add a copy of your sheet or a screenshot (after removing or replacing any sensitive information). This will make it easier for me to provide the appropriate answer to your question.
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
@Bassam Khalil =SUMIFS(Balance:Balance, FabricColor:FabricColor, FabricColor@row) also is reading invalid operation as well. Thank you
-
I agree with @Bassam Khalil, it would be easier to help if we could see a screen capture of your sheet (but please block out any sensitive data).
Sometimes this error can occur if there's another formula error in any of the columns you're referencing. Are you using a formula in either the Balance or FabricColour columns? If so, is there any cell in the entire range that has a formula error?
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Hi @Genevieve P. , Im having the same error as her:
=SUMIFS([Duration Completed]:[Duration Completed], Meeting:Meeting, Meeting@row, [Start Date]:[Start Date], [Start Date]@row,[Assigned To]:[Assigned To], [Assigned To]@row)
I tried this to excel and the formula i used works without any error. and its the same as this:
-
Hi @Follow up
Two questions:
- What type of column are you putting the formula in?
- What is the formula in the [Duration Completed] column?
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!