Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default how to make the N/A not show in the below formula

=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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default how to make the N/A not show in the below formula

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default how to make the N/A not show in the below formula

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default how to make the N/A not show in the below formula

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
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
Formula to show zero if reference cell is zero? tricky! Simon Lloyd Excel Worksheet Functions 3 June 13th 06 11:31 PM
How to show the formula and the answer? Susan Excel Discussion (Misc queries) 3 March 30th 06 10:38 PM
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Cell doesn't show formula result - it shows formula (CTRL + ' doe. o0o0o0o Excel Worksheet Functions 6 November 19th 04 03:13 PM


All times are GMT +1. The time now is 05:56 AM.

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

About Us

"It's about Microsoft Excel"