Formula Error

O_Junior

New Member
Joined
Oct 22, 2014
Messages
31
I'm trying to do this formula: =IF(A7:A1000="RL1";IF(G7:G1000=TODAY();SUM(I7:I1000);"");"") but i keep getting an error. My guess is that =TODAY() is wrong, but i'm not sure. Could someone help me?
Capture1.JPG



 
Last edited:
I'm trying to do this formula: =IF(A7:A1000="RL1";IF(G7:G1000=TODAY();SUM(I7:I1000);"");"") but i keep getting an error. My guess is that =TODAY() is wrong, but i'm not sure. Could someone help me?



Control+shift+enter, not just enter:

=SUM(IF(A7:A1000="RL1";IF(G7:G1000=TODAY();I7:I1000)))

Or just enter:

=SUMIFS(I7:I1000;A7:A1000;"RL1";IG7:G1000;TODAY())
 
Upvote 0
Does the VBA influence in something? Cause i got some VBA going on on this sheet.

What are you taking about? Does this...

=SUM(IF(A7:A1000="RL1";IF(G7:G1000=TODAY();I7:I1000)))

not work, which you need to confirm with control+shift+enter, not just enter?
 
Upvote 0
I did press control+shift+enter, but the value is always 0.

1) Do you see { and } around the formula on the formula bar?

2) Since the formula was crafted after your own effort, can you perhaps describe in words what you intended to calculate with that?
 
Upvote 0

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