Hi all,
I had a rather large spreadsheet to track some things, and I had to split it out into several smaller workbooks.
The original still references all of these other ones, and so consequently all of my SUMIFs and COUNTIFs didn't work.
I've managed to get around some of these with COUNTA and various other fudges; but I'm still struggling to get my COUNTIFS to work
=COUNTIFS('[CStich.xlsx]C Stitch'!$F$3:$F$1000,">="&Tracker!AG$3,'[CStich.xlsx]C Stitch'!$F$3:$F$1000,"<="&Tracker!AG$4,'[CStich.xlsx]C Stitch'!$E$3:$E$1000,"Yes")
Here's one of them where I'm trying to get it to look at a column to see if the answer to a certain thing is Yes, AND a date cell is more than AG3 and less than AG4
If anyone could help me turn this into something that works between workbooks, or can find a more elegant solution - I'd be eternally grateful.
If it helps CStich column F is a date, CStich column E should say Yes or No and AG3 and 4 are more dates.
I had a rather large spreadsheet to track some things, and I had to split it out into several smaller workbooks.
The original still references all of these other ones, and so consequently all of my SUMIFs and COUNTIFs didn't work.
I've managed to get around some of these with COUNTA and various other fudges; but I'm still struggling to get my COUNTIFS to work
=COUNTIFS('[CStich.xlsx]C Stitch'!$F$3:$F$1000,">="&Tracker!AG$3,'[CStich.xlsx]C Stitch'!$F$3:$F$1000,"<="&Tracker!AG$4,'[CStich.xlsx]C Stitch'!$E$3:$E$1000,"Yes")
Here's one of them where I'm trying to get it to look at a column to see if the answer to a certain thing is Yes, AND a date cell is more than AG3 and less than AG4
If anyone could help me turn this into something that works between workbooks, or can find a more elegant solution - I'd be eternally grateful.
If it helps CStich column F is a date, CStich column E should say Yes or No and AG3 and 4 are more dates.