Retrieve data from cell. (Very wierd)

kckay

Board Regular
Joined
Nov 8, 2010
Messages
134
I am working on a worksheet that will display data from a database for use in the field using a pencil. Some of the fields might be modified. I want to display both the original data and the changed data on the worksheet. I have some code that will extract the modified data and place it on another worksheet for semi-manual entry. During the extraction, I also want to bring the original and the modified data. I know, wierd requirements, but that is the parameters I must live with.

If I have data in cell $C$5, I also want to retrieve the data in cell $C$4.

How do I define the cell I want ($C$4) based on $C$5?


Thank you.
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
How do I define the cell I want ($C$4) based on $C$5?
Perhaps take a look at the OFFSET function?
 
Upvote 0

Forum statistics

Threads
1,224,522
Messages
6,179,297
Members
452,903
Latest member
Knuddeluff

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