ravismiles
New Member
Here is my problem. I have 3 different parameters customer, selling location and product in 3 different columns. My price will be a function of these 3 parameters. To upload these prices in system i have to get a linear excel table with all possible combinations possible. I can use macros to get the possible combinations but I want do it thru formulae so that file is prepared one time and I can use it every month when i change the price. My starting point will look like (8 customers, 5 locations, 7 products)
[pre]
[/pre]
Actual numbers are quite large. Above table is for illustration only. Once the combination table is ready i can put prices based on different criteria. Pl help
[pre]
Code:
Customer Location Product
C1 L1 P1
C2 L2 P2
C3 L3 P3
C4 L4 P4
C5 L5 P5
C6 P6
C7 P7
C8
Actual numbers are quite large. Above table is for illustration only. Once the combination table is ready i can put prices based on different criteria. Pl help