Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Cacoe
 
Posts: n/a
Default If, then question


I have a column that may have hundreds of different entries. The entries
are not values; they may appear to be a value, e.g., 01252534 but it is
actually a label, or they may, and often do, appear more like this:
SD000362. Each entry is tied to a specific code, e.g., UU5C.

Is there is a function that I could use on the entire column that would
recognize the entry in let's say column C and spit out the code in
column D. For example if D3 is SD000362, then E3 would automatically be
UU5C?

If the answer is too lengthy, then a finger pointed to a resource would
be greatly appreciated.

Thanks, Cacoe.


--
Cacoe
------------------------------------------------------------------------
Cacoe's Profile: http://www.excelforum.com/member.php...o&userid=28894
View this thread: http://www.excelforum.com/showthread...hreadid=545892

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Marcelo
 
Posts: n/a
Default If, then question


if(d3="SD000362","UU5C","false")

regards from Brazil
Marcelo


"Cacoe" escreveu:


I have a column that may have hundreds of different entries. The entries
are not values; they may appear to be a value, e.g., 01252534 but it is
actually a label, or they may, and often do, appear more like this:
SD000362. Each entry is tied to a specific code, e.g., UU5C.

Is there is a function that I could use on the entire column that would
recognize the entry in let's say column C and spit out the code in
column D. For example if D3 is SD000362, then E3 would automatically be
UU5C?

If the answer is too lengthy, then a finger pointed to a resource would
be greatly appreciated.

Thanks, Cacoe.


--
Cacoe
------------------------------------------------------------------------
Cacoe's Profile: http://www.excelforum.com/member.php...o&userid=28894
View this thread: http://www.excelforum.com/showthread...hreadid=545892


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default If, then question

sounds like Vlookup to me

=vlookup(what,which,where,logical)

What is the label
WHICH is the table containing the label in the first column and the
code value in the second or subsequent column
WHERE is the column number of the code value within the WHERE table
LOGICAL in this instance would be false, as if you DON'T get a match
you want an error.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Cacoe
 
Posts: n/a
Default If, then question


Once I figured out VLOOKUP, it worked like a charm.

Thanks a lot.


--
Cacoe
------------------------------------------------------------------------
Cacoe's Profile: http://www.excelforum.com/member.php...o&userid=28894
View this thread: http://www.excelforum.com/showthread...hreadid=545892

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
Finding and deleting question marks jezzica85 Excel Discussion (Misc queries) 3 February 25th 06 09:05 AM
Pivot table question gary Excel Discussion (Misc queries) 1 January 10th 06 06:25 PM
Benefits many people - Question ebgehringer Excel Discussion (Misc queries) 0 October 7th 05 09:22 PM
How do I find and replace a question mark in Excel? Ranpalandil Excel Discussion (Misc queries) 1 September 7th 05 10:20 PM
An easy macro question and one I believe to be a little more diffi TroutKing Excel Worksheet Functions 3 January 18th 05 09:17 PM


All times are GMT +1. The time now is 03:08 AM.

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"