bluetaurean
Member
I have two tables
a. Forecfast table b. Profit table
Product Jan Feb Mar
FORECAST 1111 25 25 25
FORECAST 2222 10 20 20
FORECAST 3333 20 20 20
PROFIT 1111 2 2 2
PROFIT 2222 3 3 3
PROFIT 3333 5 5 5
I have macro to create names based on product like - forecast1111, forecast2222, profit1111, profit2222 etc.
I want to use these name in a sumproduct formula but it does not work
Profit formula for product listed in Cell B10 = sumproduct ("forecast"&B10,"profit"&B10) which should evaluate to sumproduct(forecast1111,profit1111). However the formula returns a error
a. Forecfast table b. Profit table
Product Jan Feb Mar
FORECAST 1111 25 25 25
FORECAST 2222 10 20 20
FORECAST 3333 20 20 20
PROFIT 1111 2 2 2
PROFIT 2222 3 3 3
PROFIT 3333 5 5 5
I have macro to create names based on product like - forecast1111, forecast2222, profit1111, profit2222 etc.
I want to use these name in a sumproduct formula but it does not work
Profit formula for product listed in Cell B10 = sumproduct ("forecast"&B10,"profit"&B10) which should evaluate to sumproduct(forecast1111,profit1111). However the formula returns a error