IV,, VLOOKUP or both??????????????????

G

Guest

A B C D
Mon Tue



1) 12:00) Emp#1 12:00) Emp#2
2) 1:00) 1:00)
3) 2:00) Emp#2 2:00) Empl#4
4) 3:00) 3:00)


K L M N O P Q
M T W T F S
Emp#1 X
Empl#2 X X
Emp#3
Emp#4 X

As the employees are placed on the schedule I would like an "x" to
appear in their row on the day scheduled. I'm not sure if this is
an "IF" formula or a "VLOOKUP" or
a combination of both. I have tried this formula FOR CELL L3,
w/ no success =IF(VLOOKUP,A1:J50,2,FAULSE)),"X","".
 
D

D.

I can't really tell what the sheet looks like, but
=If(k1=$A$6,"X","")

adjust the cells refferences to what you need, because I can't tell
 
G

Guest

Try this formula:
=IF(ISNA(VLOOKUP($K2,B$2:B$8,1,FALSE)),"","X")
You'll need to adjust the range information for each column representing
Monday thru Friday.
Gary
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top