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

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
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,214,874
Messages
6,122,036
Members
449,062
Latest member
mike575

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