Names

ssjerauld

New Member
Joined
Mar 27, 2002
Messages
14
Hello Again!
I am linking B2 "Employee #" to B4 "Employee Name" with =IF(B2=11,"Ed",IF(B2=230,"Scott")) but only up to 7 times. I need to use up to 30+- #'s per worksheet.
Next I would like to have date in C4 written as: 3/22/02 auto fill 1 weeks days in D4 - D10 as Month/Day i.e. 3/22~3/23~324~3/25~3/26~3/27~3/28
I am using MSOffice97,Excel
Thanks,
Scott, aka"230"
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
For the first part, check out my downloadable VLOOKUP at:

http://www.thewordexpert.com/tipwarez.htm#MyVlookup

D4 to D10 need to be formatted as you show, then:

In D4, type =if(isblank(C4),"",C4)
In D5, type =if(isblank(C4),"",D4+1)
In D6, type =if(isblank(C4),"",D5+1)
In D7, type =if(isblank(C4),"",D6+1)

You get the idea...
 
Upvote 0

Forum statistics

Threads
1,215,059
Messages
6,122,917
Members
449,093
Latest member
dbomb1414

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