Conditional Formatting

Worried Guy

New Member
Joined
May 11, 2002
Messages
6
I've been landed with a stinker of a project by my boss with an even worse deadline.
I've got two major problems.
1. I have two cells, one is a drop-down list with numeric values 1-12 and the other is a blank cell that I want to change automatically with the selection of the first cell. It should be of date form with 1=April 2002 through to 12=March 2003 (Financial Year)
2. The next problem I have is that I want to link two spreadsheets so that the first sheet updates values in the second and the second spreadsheet looks to the first to check what month is selected so it can update the values in the correct cells. In addition to this <phew>, each time the drop-down list date in the first spreadsheet is changed, it checks those values in the cells in the second sheet.
 
On 2002-05-12 16:35, Chris Davison wrote:
sorry, so was I...

yours is obviously better, but the year increases when January is reached...(financial years) is this possible ?

=TEXT(MOD(A1+2,12)+1&"/"&YEAR(TODAY())+(A1>9),"mmmm yyyy")
This message was edited by Mark W. on 2002-05-12 16:59
 
Upvote 0

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Thanks for all your help guys. I've cracked the first problem thanks to Sam.

It might be easier to conceptualise if I explain the second part as a kind of form/database structure. The first sheet acts as the form, initially capturing the data and also displaying any existing data with various subtotals and calculations.

The second sheet will be hidden from view and will contain the entered data, each month having its own named table.

Each input field on the first sheet needs to check the month and then the data can be correctly referenced to the named table on second sheet....

How do I do that?

:)
 
Upvote 0
Lee - have returned your spreadsheet with changes.

Mark/Chris - I didn't know you could do that with a vlookup but I also liked the CHOOSE function. I keep learning every day from this site. :)
 
Upvote 0

Forum statistics

Threads
1,214,632
Messages
6,120,652
Members
448,975
Latest member
sweeberry

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