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?
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?
Does this work for you?
=SUMIFS(I7:I1000;A7:A1000;"RL1";G7:G1000;TODAY())
Nope!
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?
I did press control+shift+enter, but the value is always 0.