Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default vlookup again

thanks for yesterday's help, however, I can not seem to
arrange it to work for what I need. I tried to fill in
the info I am actually using, but I do not understand
enough programming to make it work.

my range is L2:M12
I am using 10 letters to represent numbers 1,2..8,9,0
those letters are to be typed in the "D" column, no more
than 6 consecutive letters (they will not represent a
value greater than $9,999.99

Please help...
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 107
Default vlookup again

Have you looked in Excel's Help file? It has some EXCELlent examples.

--
Regards
Andy Wiggins
www.BygSoftware.com
Home of "Save and BackUp",
"The Excel Auditor" and "Byg Tools for VBA"



"still confused" wrote in message
...
thanks for yesterday's help, however, I can not seem to
arrange it to work for what I need. I tried to fill in
the info I am actually using, but I do not understand
enough programming to make it work.

my range is L2:M12
I am using 10 letters to represent numbers 1,2..8,9,0
those letters are to be typed in the "D" column, no more
than 6 consecutive letters (they will not represent a
value greater than $9,999.99

Please help...



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default vlookup again

Here's what I worked out based on my post yesterday.

=VALUE(IF(ISNA(VLOOKUP(MID(D2,1,1),$L$2:$M$11,2)), "",VLOOKUP(MID(D2,1,1),$L$2:$M$11,2))&IF(ISNA(VLOO KUP(MID(D2,2,1),$L$2:$M$11,2)),"",VLOOKUP(MID(D2,2 ,1),$L$2:$M$11,2))&IF(ISNA(VLOOKUP(MID(D2,3,1),$L$ 2:$M$11,2)),"",VLOOKUP(MID(D2,3,1),$L$2:$M$11,2))& IF(ISNA(VLOOKUP(MID(D2,4,1),$L$2:$M$11,2)),"",VLOO KUP(MID(D2,4,1),$L$2:$M$11,2))&IF(ISNA(VLOOKUP(MID (D2,5,1),$L$2:$M$11,2)),"",VLOOKUP(MID(D2,5,1),$L$ 2:$M$11,2))&IF(ISNA(VLOOKUP(MID(D2,6,1),$L$2:$M$11 ,2)),"",VLOOKUP(MID(D2,6,1),$L$2:$M$11,2)))/100

I put it in E2 with the letters in D2. Also, the range is L2:M11 t
give the nubers 1,2,3...0 rather than L2:M12 as in you post.

Give it a whirl...



--
Message posted from http://www.ExcelForum.com

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
If (Vlookup 0) working, but what if Vlookup cell does not exist Steve Excel Worksheet Functions 18 November 18th 09 07:33 PM
VLookUp - Does the VLookUp return the exact information? Cpviv Excel Worksheet Functions 2 October 28th 08 09:57 AM
Vlookup in vlookup - taking the result as array name SupperDuck Excel Worksheet Functions 2 June 2nd 07 11:05 AM
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP buffgirl71 Excel Discussion (Misc queries) 12 November 14th 06 11:36 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 05:12 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"