RJSIGKITS
Board Regular
- Joined
- Apr 15, 2013
- Messages
- 109
Hi Guys.
So, I have a sheet that has a 'Shopping list' with a load of products that need to be ordered for a specific 'Model'.
Column A = item description
Columns B-D (random other info)
Column E = cost price per item.
Columns F to K = Qty - all columns have the model names in Row3 (F3:K3), and the columns below (F4:K75) show the qty of product that is required for that specific model.
Column L needs to return the total cost of the qty of products required.
Cell C1 is where the user simply selects which Model is to be Quoted..
"=HLOOKUP($C$1,$F$3:$K$75,2,FALSE)*E4" seems too cumbersome to keep changing the Row index manually on each line, plus if I need to add extra rows, this will mess up the whole thing.
Can anyone help me with what the best way to do this would be, please?
The forum won't allow me to attach an example!
Thanks in advance.
So, I have a sheet that has a 'Shopping list' with a load of products that need to be ordered for a specific 'Model'.
Column A = item description
Columns B-D (random other info)
Column E = cost price per item.
Columns F to K = Qty - all columns have the model names in Row3 (F3:K3), and the columns below (F4:K75) show the qty of product that is required for that specific model.
Column L needs to return the total cost of the qty of products required.
Cell C1 is where the user simply selects which Model is to be Quoted..
"=HLOOKUP($C$1,$F$3:$K$75,2,FALSE)*E4" seems too cumbersome to keep changing the Row index manually on each line, plus if I need to add extra rows, this will mess up the whole thing.
Can anyone help me with what the best way to do this would be, please?
The forum won't allow me to attach an example!
Thanks in advance.
Last edited: