Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
EP EP is offline
external usenet poster
 
Posts: 5
Default VLOOKUP question utilizing the right and left of a given column ineed the mid too dont know how to incorporate. TIA for help

=IF(OR(ISNA(VLOOKUP(LEFT(S6,4),DayRTM,2,0)),ISNA(V LOOKUP(RIGHT(S6,4),DayRTM,2,0))),"",VLOOKUP(LEFT(S 6,4),DayRTM,2,0)&IF(LEN(S6)4,"
/ "&VLOOKUP(RIGHT(S6,4),DayRTM,2,0),""))



This formula takes the the value that is typed in cell s6 and looks up
that value in a list called DayRTM and puts the name in the cell t6.


Looks something like this



DayRTM

I-22 Trizna, R
I-32 Bruce, J
I-14 Cook, L




here is the sheet that s6 and t6 are on the above noted formula is in
the T column


S T
6 I-22 Trizna, R
7 I-14 / I-32 Cook, L / Bruce, J


The T column is what the formula pulls from the list DayRTM I Need it to
pull 3 instead of just 2

something like this


S T
6 I-22 / I-32 / I-14 Trizna, R / Bruce, J / Cook, L


Any help would be great

TIA


Edson Peacock
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
EP EP is offline
external usenet poster
 
Posts: 5
Default VLOOKUP question utilizing the right and left of a given columni need the mid too dont know how to incorporate. TIA for help

Thanks to all anyway I figured it out.

Here is the formula in the event anyone is attempting this madness

=IF(OR(ISNA(VLOOKUP(LEFT(E7,4),DayRTM,2,0)),
ISNA(VLOOKUP(MID(E7,8,4),DayRTM,2,0)),ISNA(VLOOKUP (RIGHT(E7,4),DayRTM,2,0))),"",VLOOKUP(LEFT(E7,4),D ayRTM,2,0)&IF(LEN(E7)4,"
/ "&VLOOKUP(MID(E7,8,4),DayRTM,2,0)&IF(LEN(E7)1 2," /
"&VLOOKUP(RIGHT(E7,4),DayRTM,2,0),"")))

Thanks

Edson Peacock


EP wrote:
=IF(OR(ISNA(VLOOKUP(LEFT(S6,4),DayRTM,2,0)),ISNA(V LOOKUP(RIGHT(S6,4),DayRTM,2,0))),"",VLOOKUP(LEFT(S 6,4),DayRTM,2,0)&IF(LEN(S6)4,"
/ "&VLOOKUP(RIGHT(S6,4),DayRTM,2,0),""))



This formula takes the the value that is typed in cell s6 and looks up
that value in a list called DayRTM and puts the name in the cell t6.


Looks something like this



DayRTM

I-22 Trizna, R
I-32 Bruce, J
I-14 Cook, L




here is the sheet that s6 and t6 are on the above noted formula is in
the T column


S T
6 I-22 Trizna, R
7 I-14 / I-32 Cook, L / Bruce, J


The T column is what the formula pulls from the list DayRTM I Need it to
pull 3 instead of just 2

something like this


S T
6 I-22 / I-32 / I-14 Trizna, R / Bruce, J / Cook, L


Any help would be great

TIA


Edson Peacock

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
Ineed help with arrays (I think) Robert Excel Worksheet Functions 2 October 20th 05 09:33 AM
vlookup returns column to the left Brisbane Rob Excel Worksheet Functions 3 October 9th 05 12:33 AM
How to incorporate and display % in Column chart? suvransu Charts and Charting in Excel 1 September 13th 05 10:57 AM
How to copy data validation utilizing a list to the entire column Sonjab Excel Worksheet Functions 0 September 8th 05 02:28 PM
How do I incorporate 2 columns into 1 column mayhewvb Excel Discussion (Misc queries) 3 June 16th 05 03:10 AM


All times are GMT +1. The time now is 01:23 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"