Good evening all,
This is my first post so bear with me.
Quick request summary:
When cell C6 changes, I need cells E14:E29 to process a vlookup and then hold that value so that it does not change.
Why?
I created a recipe calculator at work. The calculator I created has 100 identical calculator sheets. The ingredient sku #s are on column B and the ingredient descriptions are on column C (C14:C29). C6 is where the operator inputs the amount of pounds he/she is requesting. Column E is where the lot #s are supposed to go. I tried to use vlookup formulas on column E so that it pulls the lot number when the ingredients pop up, but I realized it wouldn't work as lot numbers change constantly, and the vlookup formulas on the already processed sheets would change as the lot numbers are updated.
My current thinking is that it can be done through a vlookup within a worksheet change event that then turned the vlookup into a permanent value.
Either that or find a way to put a calculation limit on E14:E29 so that it only calculates once even if the return value changes in the referenced table array in vlookup.
I apologize in advance if I do not make sense. I am trying to learn as much excel as possible- the lingo, the formulas, VBA, etc...
All suggestions are welcome.
Thank you for your time.
EDIT: I uploaded a sample file for you guys to check out. Hope it helps.
This is my first post so bear with me.
Quick request summary:
When cell C6 changes, I need cells E14:E29 to process a vlookup and then hold that value so that it does not change.
Why?
I created a recipe calculator at work. The calculator I created has 100 identical calculator sheets. The ingredient sku #s are on column B and the ingredient descriptions are on column C (C14:C29). C6 is where the operator inputs the amount of pounds he/she is requesting. Column E is where the lot #s are supposed to go. I tried to use vlookup formulas on column E so that it pulls the lot number when the ingredients pop up, but I realized it wouldn't work as lot numbers change constantly, and the vlookup formulas on the already processed sheets would change as the lot numbers are updated.
My current thinking is that it can be done through a vlookup within a worksheet change event that then turned the vlookup into a permanent value.
Either that or find a way to put a calculation limit on E14:E29 so that it only calculates once even if the return value changes in the referenced table array in vlookup.
I apologize in advance if I do not make sense. I am trying to learn as much excel as possible- the lingo, the formulas, VBA, etc...
All suggestions are welcome.
Thank you for your time.
EDIT: I uploaded a sample file for you guys to check out. Hope it helps.