Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=VLOOKUP(LEFT(E5,4),DayRTM,2,0)&IF(LEN(E5)4,"/
"&VLOOKUP(RIGHT(E5,4),DayRTM,2,0),"") Hi all, I have came to a standstill on how to make the above formula make the N/A not show up. Any help is appreciated. Thanks in advance, Edson Peacock |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Perhaps:
=IF(OR(ISNA(VLOOKUP(LEFT(E5,4),DayRTM,2,0)),ISNA(V LOOKUP(RIGHT(E5,4),DayRTM,2,0))),"",VLOOKUP(LEFT(E 5,4),DayRTM,2,0)&IF(LEN(E5)4,"/"&VLOOKUP(RIGHT(E5,4),DayRTM,2,0),"")) -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Edson Peacock" wrote: =VLOOKUP(LEFT(E5,4),DayRTM,2,0)&IF(LEN(E5)4,"/ "&VLOOKUP(RIGHT(E5,4),DayRTM,2,0),"") Hi all, I have came to a standstill on how to make the above formula make the N/A not show up. Any help is appreciated. Thanks in advance, Edson Peacock |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Max,
You are a genius. Thanks alot Edson Peacock "Max" wrote in message ... Perhaps: =IF(OR(ISNA(VLOOKUP(LEFT(E5,4),DayRTM,2,0)),ISNA(V LOOKUP(RIGHT(E5,4),DayRTM,2,0))),"",VLOOKUP(LEFT(E 5,4),DayRTM,2,0)&IF(LEN(E5)4,"/"&VLOOKUP(RIGHT(E5,4),DayRTM,2,0),"")) -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Edson Peacock" wrote: =VLOOKUP(LEFT(E5,4),DayRTM,2,0)&IF(LEN(E5)4,"/ "&VLOOKUP(RIGHT(E5,4),DayRTM,2,0),"") Hi all, I have came to a standstill on how to make the above formula make the N/A not show up. Any help is appreciated. Thanks in advance, Edson Peacock |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Glad it worked ok for you !
-- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Edson Peacock" wrote in message news:9c2gh.1096217$084.716721@attbi_s22... Max, You are a genius. Thanks a lot Edson Peacock |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to show zero if reference cell is zero? tricky! | Excel Worksheet Functions | |||
How to show the formula and the answer? | Excel Discussion (Misc queries) | |||
Dynamic Range with unused formula messing up x axis on dynamic graph | Charts and Charting in Excel | |||
Match then lookup | Excel Worksheet Functions | |||
Cell doesn't show formula result - it shows formula (CTRL + ' doe. | Excel Worksheet Functions |