ktg0011
New Member
Hello,
I have 12 columns of data on Sheet2 (Lookahead!A3:L30) that need fed from 4 columns of table "Operations" data on Sheet1 ([Start Date] A2:A200, [Customer] B2:B200, [Amount] G2:G200, [Probability] H2:H200).
Lookahead!A3:C30 have the following formulas:
A =IF(AND(Operations!A:A>TODAY(),Operations!A:A<=(TODAY()+30)),Operations!B:B,"")
B =IF(AND(Operations!A:A>=TODAY(),Operations!A:A<(TODAY()+30)),Operations!G:G,"")
C =IF(AND(Operations!$A:A>=TODAY(),Operations!$A:A<(TODAY()+30)),Operations!H:H,"")
Lookahead!D3:F30 have the following formulas:
D =IF(AND(Operations[Start Date]>(TODAY()+60),Operations[Start Date]<=(TODAY()+90)),Operations[Customer],"")
E =IF(AND(Operations!A:A>(TODAY()+60),Operations!A:A<=(TODAY()+90)),Operations!G:G, "")
F =IF(AND(Operations!A:A>(TODAY()+60),Operations!A:A<=(TODAY()+90)),Operations!H:H, "")
Lookahead!G3:I30 have "...": >90<=120 days
Lookahead!J3:L30 have "...": >120 Days.
The formula is returning the correct values; however, there is a step effect across the rows. A:C populate in Rows 3 and 4, D:F populate in Rows 5 and 6, and so on.
How can I modify the formula to search the Operations[Start Date] and provide the correct information without skipping cells?
Thank you!
I have 12 columns of data on Sheet2 (Lookahead!A3:L30) that need fed from 4 columns of table "Operations" data on Sheet1 ([Start Date] A2:A200, [Customer] B2:B200, [Amount] G2:G200, [Probability] H2:H200).
Lookahead!A3:C30 have the following formulas:
A =IF(AND(Operations!A:A>TODAY(),Operations!A:A<=(TODAY()+30)),Operations!B:B,"")
B =IF(AND(Operations!A:A>=TODAY(),Operations!A:A<(TODAY()+30)),Operations!G:G,"")
C =IF(AND(Operations!$A:A>=TODAY(),Operations!$A:A<(TODAY()+30)),Operations!H:H,"")
Lookahead!D3:F30 have the following formulas:
D =IF(AND(Operations[Start Date]>(TODAY()+60),Operations[Start Date]<=(TODAY()+90)),Operations[Customer],"")
E =IF(AND(Operations!A:A>(TODAY()+60),Operations!A:A<=(TODAY()+90)),Operations!G:G, "")
F =IF(AND(Operations!A:A>(TODAY()+60),Operations!A:A<=(TODAY()+90)),Operations!H:H, "")
Lookahead!G3:I30 have "...": >90<=120 days
Lookahead!J3:L30 have "...": >120 Days.
The formula is returning the correct values; however, there is a step effect across the rows. A:C populate in Rows 3 and 4, D:F populate in Rows 5 and 6, and so on.
How can I modify the formula to search the Operations[Start Date] and provide the correct information without skipping cells?
Thank you!