SUMIFS - There's a problem with this formula

fortnite

New Member
Joined
Mar 21, 2022
Messages
5
Office Version
  1. 365
Platform
  1. Windows
For some reason, this formula:
= SUMIFS( $C$3:$C$53, INT($B$3:$B$53), INT($B3) )
gives me "There's a problem with this formula."

The parenthesis are paired, plain value (not formulas) data in b3:c53, I expect in column DailySumPrice to have repeated sum of prices for each day.

I know I can do it with helper column, but I prefer this method.

Can anybody help?

Here is the Dropbox link to the file:
https://www.dropbox.com/s/q2izuxhv9embrh1/SumIfs Problem.xlsx?dl=1


1647866387279.png
 
Thank you to both of you.
@Joe4: As I said, I am sorry. My intentions were for the best. Will not happen again.
@Fluff: The 0 will affect the result, the "" works - thank you
@Fluff: Your formula =MIN( FILTER(IFERROR( C3#,99999),INT( B3#)=INT(B3 )))
adapted for AVERAGE
and added # to produce spill array: =AVERAGE(FILTER(IFERROR($c3#,"" ),INT($b3#)=INT(b3#))) does not spill
 
Upvote 0

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
@Joe4: As I said, I am sorry. My intentions were for the best. Will not happen again.
No worries. No need to apologize again.
As I said, I see that you are new and my main goal was to provide guidance to help you have a good experience here and get the most out of this site.
 
Upvote 0

Forum statistics

Threads
1,215,080
Messages
6,123,013
Members
449,093
Latest member
ikke

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