Complex Problem

SirHart

New Member
Joined
Jun 13, 2011
Messages
39
Hey everyone, It's me again! With a complex problem to fix here.

I am using Excel 2003. I have a complex spreadsheet but I will try to explain it to the best of my abilities.

It is a calendar that has weeks along the top of it and then events (and tasks that must get done) on the side.

I am using conditional formatting:

=($B624-TODAY())<225 (Red)
=($B624-TODAY())<240 (Orange)
=($B624-TODAY())<255 (Yellow)

In a cell next to the event tasks. This conditional formatting style runs in each cell for multiple cells in the same COLUMN, but the last numbers (225,240,255) change according to the needs of the task.

Then I am also using conditional formatting:

=OR(ISNUMBER(SEARCH("xx",(AI623))))
=OR(ISNUMBER(SEARCH("xx",(AJ623:AK623))))
=OR(ISNUMBER(SEARCH("xx",(AL623:AM623))))

In a cell under each week. This conditional formatting style runs in each cell for mutiple cells in the same ROW, but the Letters (AI, AJ:AK, AL:AM) change according to the length of time I have set.


Hopefully this picture helps explain it a little more.

What I need to be able to do is to be able to create a "key" that has all the necessary months and formulas to go with them BUT each row needs to be able to be copied and pasted and have it pick up the correct target cell (which is a date).

Is there anyway to do this? I am at a loss here and would certainly appreciate any help!
clipit.gif
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.

Forum statistics

Threads
1,224,578
Messages
6,179,650
Members
452,934
Latest member
mm1t1

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