Hello
I'm trying to do a sumifs formula based on 2 criterias. The first is a name.
the second one I can't do is when the date DAY is lower than 15.
For example in the table below I want to get the sum of A only lower than 15, the result should be 2.000
I was trying something (hardcoded just for clarity) like: +sumifs(value, name, "A", day(date),"<15")
But it doesn't go through, also thought to put them between {} but it doesn't work.
I don't want to do a 4th column with the days, but if its not possible I guess I can do that.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Date[/TD]
[TD]Value[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]09/11/2019[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]09/13/2019[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]09/16/2019[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]09/14/2019[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]09/16/2019[/TD]
[TD]1000[/TD]
[/TR]
</tbody>[/TABLE]
Thanks for the help
I'm trying to do a sumifs formula based on 2 criterias. The first is a name.
the second one I can't do is when the date DAY is lower than 15.
For example in the table below I want to get the sum of A only lower than 15, the result should be 2.000
I was trying something (hardcoded just for clarity) like: +sumifs(value, name, "A", day(date),"<15")
But it doesn't go through, also thought to put them between {} but it doesn't work.
I don't want to do a 4th column with the days, but if its not possible I guess I can do that.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Date[/TD]
[TD]Value[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]09/11/2019[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]09/13/2019[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]09/16/2019[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]09/14/2019[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]09/16/2019[/TD]
[TD]1000[/TD]
[/TR]
</tbody>[/TABLE]
Thanks for the help