I am stuck on my SUMIFS formula.
This one works =SUMIFS('Combined Time'!K:K,'Combined Time'!F:F,'Main Worksheet'!$B$1,'Combined Time'!C:C,A2)
This one works =SUMIFS('Combined Time'!K:K,'Combined Time'!F:F,"<=45501",'Combined Time'!C:C,A2)
This one will not work =SUMIFS('Combined Time'!K:K,'Combined Time'!F:F,"<='Main Worksheet'!$B$1",'Combined Time'!C:C,A2)
Cell B1 on Main Worksheet has a value in it (45501). How can I use the reference to the cell with a less than or equal to?
This one works =SUMIFS('Combined Time'!K:K,'Combined Time'!F:F,'Main Worksheet'!$B$1,'Combined Time'!C:C,A2)
This one works =SUMIFS('Combined Time'!K:K,'Combined Time'!F:F,"<=45501",'Combined Time'!C:C,A2)
This one will not work =SUMIFS('Combined Time'!K:K,'Combined Time'!F:F,"<='Main Worksheet'!$B$1",'Combined Time'!C:C,A2)
Cell B1 on Main Worksheet has a value in it (45501). How can I use the reference to the cell with a less than or equal to?