Conditional Cell Location

Parsnips

New Member
Joined
Aug 16, 2011
Messages
14
Is it possible to change a cell location based on the value of another cell?
I want the formula/content of B1 to move to B2. I am creating a calender, and I want to be able to change the date of an event in one column, and have the corresponding contents of a cell move on the calender to reflect the change. Thanks in advance.
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Well it is possible to move the cells formula information with a macro/VBA code but I would approach this a different way.

You could set up a list of all the events and then on the calendar view just use a VLOOKUP to this list that pulls out the relevant information?

Happy to send an example spreadhseet by e-mail if you like (and give me a couple of days :))
 
Upvote 0
Thanks, the problem is is that I want to be moving merged cells with data in them, and the VLookup won't work for that.
 
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,291
Members
452,902
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