How do I pull/lookup data from another cell only once?

Dnykato

New Member
Joined
May 29, 2021
Messages
3
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
  2. Mobile
  3. Web
Ok, I've really been attempting to figure this out myself, but I'm not very good with excel, so please bear with me.

Here's what I managed to do.

I have a sheet that pulls the price of an item from a table on another sheet.
1.png


In this sheet, cell H319 has the following formula
=IF(G319>0,VLOOKUP(E319,Prices!A$1:B$99,2,FALSE)*'Sales (2)'!G319,"")

Where it pulls from my table on another sheet.
2.png


Great, that part was easy.
Here's the thing. If I want to update my price, and decide to change it on my price sheet, it modifies ALL the other cells that used that data. Is there a way to prevent that from happening? Where it only pulls the price from the moment I initiated the IF formula? (There's MUCH more I'd like to ask, but I'll save those for another post)

Essentially, I would like to keep the original 317 cell data in tact, being able to keep historical data.

Thank you for your assistance!
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
I believe that you would need to use a macro to do what you want. You could also manually copy the cell, then right click the cell, select "Paste Special" and select "Values".
 
Upvote 0

Forum statistics

Threads
1,225,487
Messages
6,185,272
Members
453,285
Latest member
Wullay

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top