drom
Well-known Member
- Joined
- Mar 20, 2005
- Messages
- 543
- Office Version
- 2021
- 2019
- 2016
- 2013
- 2011
- 2010
- 2007
Hi and thanks in advance!
I have to tables in 2 shett
in both tables i have named ranges like
Where the formula need ot check :
I was Trying to use:
In my PC I use ; stead of , in my formulas but I do not get the desired REsult
So I am Using:
Check the attached Image
Thanks again!!
I have to tables in 2 shett
in both tables i have named ranges like
- Iin table2, located in activesheet:
- rcTb2_Amount
- rcTb2_Date
- In Table1, located in other Sheet
- rcTb1_Date
- rcTb1_Amount
Where the formula need ot check :
- rcTb2_Date <> ""
- rcTb2_Date >= DATE ( year rcTb2_Date),1,1)
- rcTb2_Date <= DATE ( year rcTb2_Date),12, 31))
I was Trying to use:
- =SUMIFS(rcTb2_Amount;rcTb2_Date;"<>";rcTb2_Date;">=" & DATE(YEAR(rcTb1_Date);1;1);rcTb2_Date;"<=" & DATE(YEAR(rcTb1_Date);12;31))
In my PC I use ; stead of , in my formulas but I do not get the desired REsult
So I am Using:
- =SUMIFS(rcTb2_Amount,rcTb2_Date,"<>",rcTb2_Date,">=" & DATE(YEAR(rcTb1_Date),1,1),rcTb2_Date,"<=" & DATE(YEAR(rcTb1_Date),12,31))
Check the attached Image
Thanks again!!
Attachments
Last edited: