Hi,
In Excel 2007, I am having previous four month's sales against each customer. Each customer has different sales pattern. Some buy every month, some alternate month, some once in three months and so on and so forth. There is no fixed pattern.
Presently I am using if/and formula to populate the sales forecast by using this formula, which is very bulky and lengthy:
=IF(AND(BR7>0,BT7>0,BU7>0,BV7>0),(SUM(BR7+BT7+BU7+BV7)/4),IF(AND(BR7>0,BT7=0,BU7=0,BV7>0),0,IF(AND(BR7>0,BT7=0,BU7>0,BV7=0),0,IF(AND(BR7=0,BT7=0,BU7=0,BV7=0),0,IF(AND(BR7>0,BT7>0,BU7=0,BV7>0),(SUM(BR7+BT7+BV7)/2),IF(AND(BR7=0,BT7>0,BU7>0,BV7>0),(SUM(BT7+BU7+BV7)/2),IF(AND(BR7=0,BT7>0,BU7=0,BV7=0),0,IF(AND(BR7=0,BT7=0,BU7>0,BV7>0),(SUM(BU7+BV7)/2),IF(AND(BR7>0,BT7=0,BU7=0,BV7=0),0,IF(AND(BR7=0,BT7>0,BU7=0,BV7>0),(SUM(BT7+BV7)/2),IF(AND(BR7=0,BT7=0,BU7=0,BV7>0),BV7,IF(AND(BR7=0,BT7>0,BU7>0,BV7=0),(SUM(BT7+BU7)/2),IF(AND(BR7>0,BT7>0,BU7>0,BV7=0),(SUM(BR7+BT7+BU7)/3),IF(AND(BR7>0,BT7=0,BU7>0,BV7>0),(SUM(BR7+BU7+BV7)/3),"P"))))))))))))))
I need help in 2 ways:
1. I want to extend the trend for past 6 months.
2. Is there a more simpler way available then the above lengthy formula incorporating 6 months data rather than just 4 as of now?
If yes then please help.
RGDS,
Rizvi.M.H.
In Excel 2007, I am having previous four month's sales against each customer. Each customer has different sales pattern. Some buy every month, some alternate month, some once in three months and so on and so forth. There is no fixed pattern.
Presently I am using if/and formula to populate the sales forecast by using this formula, which is very bulky and lengthy:
=IF(AND(BR7>0,BT7>0,BU7>0,BV7>0),(SUM(BR7+BT7+BU7+BV7)/4),IF(AND(BR7>0,BT7=0,BU7=0,BV7>0),0,IF(AND(BR7>0,BT7=0,BU7>0,BV7=0),0,IF(AND(BR7=0,BT7=0,BU7=0,BV7=0),0,IF(AND(BR7>0,BT7>0,BU7=0,BV7>0),(SUM(BR7+BT7+BV7)/2),IF(AND(BR7=0,BT7>0,BU7>0,BV7>0),(SUM(BT7+BU7+BV7)/2),IF(AND(BR7=0,BT7>0,BU7=0,BV7=0),0,IF(AND(BR7=0,BT7=0,BU7>0,BV7>0),(SUM(BU7+BV7)/2),IF(AND(BR7>0,BT7=0,BU7=0,BV7=0),0,IF(AND(BR7=0,BT7>0,BU7=0,BV7>0),(SUM(BT7+BV7)/2),IF(AND(BR7=0,BT7=0,BU7=0,BV7>0),BV7,IF(AND(BR7=0,BT7>0,BU7>0,BV7=0),(SUM(BT7+BU7)/2),IF(AND(BR7>0,BT7>0,BU7>0,BV7=0),(SUM(BR7+BT7+BU7)/3),IF(AND(BR7>0,BT7=0,BU7>0,BV7>0),(SUM(BR7+BU7+BV7)/3),"P"))))))))))))))
I need help in 2 ways:
1. I want to extend the trend for past 6 months.
2. Is there a more simpler way available then the above lengthy formula incorporating 6 months data rather than just 4 as of now?
If yes then please help.
RGDS,
Rizvi.M.H.