Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 21
Default IV,, VLOOKUP or both??????????????????

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","".

  #2   Report Post  
Posted to microsoft.public.excel.misc
D. D. is offline
external usenet poster
 
Posts: 53
Default IV,, VLOOKUP or both??????????????????


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

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 14
Default IV,, VLOOKUP or both??????????????????

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

"scheduler" wrote:

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","".

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VLookup a Vlookup adamb2000 Excel Worksheet Functions 4 June 28th 06 10:54 PM
VLOOKUP Problem Ian Excel Discussion (Misc queries) 3 April 6th 06 06:47 PM
VLOOKUP Limitations chris_manning Excel Worksheet Functions 2 August 9th 05 06:23 PM
vlookup data hidden within worksheet Excel Worksheet Functions 0 January 26th 05 12:09 PM
Vlookup info being used without vlookup table attached? Excel Worksheet Functions 0 January 25th 05 10:43 AM


All times are GMT +1. The time now is 03:20 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"