Hi all
I have a spreadsheet where I have a sales forecast by both annual and quarterly breakdowns. Where I have a start date quoted, unless it is at the start of the quarter, I don't get an accurate figure in the Q1/2/3/4 columns.
Example - Correct result (manually obtained)
Part A - Agreed expected start date Jan-19 - Quarterly sales £3750 - Q1 19 = £3750 (3 months of sales)
Example - Incorrect formula currently used =IF((AG$4>=$S7)*AND(AG$4<$T7),$Y7,0)
I have a spreadsheet where I have a sales forecast by both annual and quarterly breakdowns. Where I have a start date quoted, unless it is at the start of the quarter, I don't get an accurate figure in the Q1/2/3/4 columns.
Example - Correct result (manually obtained)
Part A - Agreed expected start date Jan-19 - Quarterly sales £3750 - Q1 19 = £3750 (3 months of sales)
Part B - Agreed expected start date Feb-19 - Quarterly sales £18000 - Q1 19 = £12000 (2 months)
Part C - Agreed expected start date June-19 - Quarterly sales £12000 - Q2 19 = £4000 (1 month)
Part C - Agreed expected start date June-19 - Quarterly sales £12000 - Q2 19 = £4000 (1 month)
Example - Incorrect formula currently used =IF((AG$4>=$S7)*AND(AG$4<$T7),$Y7,0)
Part A - Agreed expected start date Jan-19 - Quarterly sales £3750 - Q1 19 = £3750
Part B - Agreed expected start date Feb-19 - Quarterly sales £18000 - Q1 19 = I either get - or £18000 (depending on date method used in cell AG4, AH4, AI4 etc.)
I have shared the sheet below, any help you could offer on this would be really appreciated. I have the following formula in the date cell (AG4) =IF((AG$4>=$S7)*AND(AG$4<$T7),$Y7,0) and then just a date in the other cells adjacent to it, this does effect whether a value appears below in the Q1-Q4 cells
https://drive.google.com/open?id=1R7oBmnQE372gf6UBdz_Hd_2dWHRvtIqzPart B - Agreed expected start date Feb-19 - Quarterly sales £18000 - Q1 19 = I either get - or £18000 (depending on date method used in cell AG4, AH4, AI4 etc.)
I have shared the sheet below, any help you could offer on this would be really appreciated. I have the following formula in the date cell (AG4) =IF((AG$4>=$S7)*AND(AG$4<$T7),$Y7,0) and then just a date in the other cells adjacent to it, this does effect whether a value appears below in the Q1-Q4 cells