Hi Everyone,
I have been trying a SUMIFS string and have identified the problem within it. I am trying to return a year to date total for column J where the weeks are in column F. If I use equal to M30 it works and returns the sum of the values for the current week but I would like it to return the values for the current week AND all the weeks before it creating a YTD total. For some reason if I put in the less than command it returns nothing
Below is the formula that is not working
=SUMIF(F12:F3443,"< ="&M30,J12:J3443)
It will eventually be plugged into this:
=SUMIFS(Budget!$J$12:$J$3443,Budget!$E$12:$E$3443,'Meat TF'!$Q$9,Budget!$F$12:$F$3443,"> ="&$R$5,Budget!$H$12:$H$3443,'Meat TF'!$Q$10,Budget!$I$12:$I$3443,'Meat TF'!$Q$8)
Thank-you so much in advance!
I have been trying a SUMIFS string and have identified the problem within it. I am trying to return a year to date total for column J where the weeks are in column F. If I use equal to M30 it works and returns the sum of the values for the current week but I would like it to return the values for the current week AND all the weeks before it creating a YTD total. For some reason if I put in the less than command it returns nothing
Below is the formula that is not working
=SUMIF(F12:F3443,"< ="&M30,J12:J3443)
It will eventually be plugged into this:
=SUMIFS(Budget!$J$12:$J$3443,Budget!$E$12:$E$3443,'Meat TF'!$Q$9,Budget!$F$12:$F$3443,"> ="&$R$5,Budget!$H$12:$H$3443,'Meat TF'!$Q$10,Budget!$I$12:$I$3443,'Meat TF'!$Q$8)
Thank-you so much in advance!