Mourning the loss of our friend, WhitPhil.
There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
Search
 
Archive: Business Applications
Tag Cloud
access audio black screen blue screen boot bsod connection crash dell desktop driver drivers dvd email error excel excel 2003 firefox hard drive hardware hijackthis internet keyboard laptop malware monitor network networking outlook problem processor ram recovery router safe mode slow sound spyware tdlwsp.dll trojan vba video virus vista vundo windows windows 7 windows vista windows xp wireless
Search
Search for:
Tech Support Guy Forums > Software & Hardware > Business Applications > Archive: Business Applications >
Solved: Excel 2003- Matching text to a number.

Tip: Click here to scan for System Errors and Optimize PC performance
[ Sponsored Link ]

Closed Thread
 
Thread Tools
Tonservices's Avatar
Member with 41 posts.
 
Join Date: Sep 2008
16-Sep-2008, 02:09 PM #1
Solved: Excel 2003- Matching text to a number.
I am trying to match a location (Ogden, Utah)(Column I) in spread sheet 1 to spread sheet 2 in the same workbook. Once (Ogden Utah) is found in spread sheet 2 (Column B) I want (Column A) a three digit number returned back to spread sheet 1 (Column G). I would appreciate anyone help. Thanks.
slurpee55's Avatar
Computer Specs
Distinguished Member with 6,294 posts.
 
Join Date: Oct 2004
Location: Southwest Iowa....
Experience: Currently stupid...
16-Sep-2008, 09:35 PM #2
First, welcome to the forum!
2 questions. First, would the location ever be duplicated (that is, Odgen in say, I2 and in I15) and second, what is the 3 digit number - where does it come from?
If you could post a copy of your file - with fake data if needed - that would help us. IF you find you can't post (using go advanced) then send me an email via my profile and I will post the file for you after responding to your email.
__________________
Iowa? I could have sworn this was heaven.
Well, I think I can answer this question most successfully in mime.
My theme song... | Affero - rate me!
Tonservices's Avatar
Member with 41 posts.
 
Join Date: Sep 2008
17-Sep-2008, 12:10 PM #3
Excel 2003- Matching text to a number. -Update 09/17/08.
Spread Sheet1 Spread Sheet 2 Column G Column I Column A Column B456 Ogden, Uah Site Number Location List012 Centerville Utah 123 Roy, Utah123 Roy, Utah 456 Ogden, Uah034 Salt Lake City, Utah 789 Layton, UtahMissing Ogden, Uah 012 Centerville Utah 034 Salt Lake City, Utah Q1 There are no duplicate site locations or site numbers in spread sheet 2. Q2 We assign a site number to a particular location. The site number will never change.
Tonservices's Avatar
Member with 41 posts.
 
Join Date: Sep 2008
17-Sep-2008, 12:16 PM #4
Excel 2003- Matching text to a number. - Second Update
How do I attach a file. I sure my last e-mail Excel 2003- Matching text to a number. Update 091708 would look better as a attached file. Sorry for the confusing mess.
slurpee55's Avatar
Computer Specs
Distinguished Member with 6,294 posts.
 
Join Date: Oct 2004
Location: Southwest Iowa....
Experience: Currently stupid...
17-Sep-2008, 03:03 PM #5
Go to advanced, then down below the text area is a button for attaching.
If you find you have trouble doing it, email me via my profile and I will respond to you. Then you can email me the file and I will post it.
Tonservices's Avatar
Member with 41 posts.
 
Join Date: Sep 2008
17-Sep-2008, 03:27 PM #6
I need to appologize, Where is the advance key. I don't know this program very well. Thanks for your patience.
slurpee55's Avatar
Computer Specs
Distinguished Member with 6,294 posts.
 
Join Date: Oct 2004
Location: Southwest Iowa....
Experience: Currently stupid...
17-Sep-2008, 03:32 PM #7
Right below this text box - where you type in what you want to say - there are two buttons, Post Quick Reply and Go Advanced. Click on the Go Advanced button.
Tonservices's Avatar
Member with 41 posts.
 
Join Date: Sep 2008
17-Sep-2008, 03:41 PM #8
Excel 2003- Matching text to a number.
To add an attachment - I use the paper clip? My paper clip has been disabled. I'm sorry for being completely lost at what I'm trying to do. Thanks.
Tonservices's Avatar
Member with 41 posts.
 
Join Date: Sep 2008
17-Sep-2008, 03:51 PM #9
Excel 2003- Matching text to a number.
I have attached my spreadsheet. I hope the information is simple and easy to understand.
Attached Files
File Type: xls Help!! Tech support Guy..xls (21.0 KB, 96 views)
slurpee55's Avatar
Computer Specs
Distinguished Member with 6,294 posts.
 
Join Date: Oct 2004
Location: Southwest Iowa....
Experience: Currently stupid...
17-Sep-2008, 05:18 PM #10
Here you go. In Sheet 2, enter the values in column B. In column A, cell 2 (I assume you have titles in cells A1 and B1), enter this formula:

=IF(ISNA(INDEX(Sheet1!G:H,MATCH(B3,Sheet1!H:H,0),1)),"",INDEX(Sheet1!G:H,MA TCH(B3,Sheet1!H:H,0),1))

It will then put the matching number from column G on Sheet 1 into column A on sheet 2. If there is not match, it leaves it blank, although if you want to have it say "Missing", just change it to

=IF(ISNA(INDEX(Sheet1!G:H,MATCH(B2,Sheet1!H:H,0),1)),"MISSING",INDEX(Sheet1 !G:H,MATCH(B2,Sheet1!H:H,0),1))
__________________
Iowa? I could have sworn this was heaven.
Well, I think I can answer this question most successfully in mime.
My theme song... | Affero - rate me!
Tonservices's Avatar
Member with 41 posts.
 
Join Date: Sep 2008
17-Sep-2008, 05:50 PM #11
Excel 2003- Matching text to a number.
Please take a look at my attachment. I feel we have a misunderstanding about this problem. Sorry for this confusion.
Attached Files
File Type: xls Help!! Tech support Guy..xls (29.0 KB, 79 views)
slurpee55's Avatar
Computer Specs
Distinguished Member with 6,294 posts.
 
Join Date: Oct 2004
Location: Southwest Iowa....
Experience: Currently stupid...
17-Sep-2008, 06:04 PM #12
I had looked at your sheet.
See the attached - after correcting spelling errors (can't match Uah and Utah) and changing a few numbers from text to numbers (in 2003 that are flagged by little green triangles in the corner of the cell), all I did was put the data in the correct columns and entered the formula in column A on Sheet 2.
Attached Files
File Type: xls Help!! Tech support Guy with formula.xls (30.5 KB, 104 views)
__________________
Iowa? I could have sworn this was heaven.
Well, I think I can answer this question most successfully in mime.
My theme song... | Affero - rate me!
Tonservices's Avatar
Member with 41 posts.
 
Join Date: Sep 2008
17-Sep-2008, 07:44 PM #13
Excel 2003- Matching text to a number.
I have recreated my actual spreadsheet. I can't send you a attachment explaining things differently. I will try and send you this copy tomorrow. Thanks.
Tonservices's Avatar
Member with 41 posts.
 
Join Date: Sep 2008
18-Sep-2008, 01:16 PM #14
I want to know what you did to enable my attachment option? I have re-created my "actual" spreadsheet. I can't get this formula to work for my actual re-created spreadsheet. If you can then my problem is solved. Thanks.
Tonservices's Avatar
Member with 41 posts.
 
Join Date: Sep 2008
18-Sep-2008, 01:23 PM #15
Excel 2003- Matching text to a number
Sorry, I don't know what I did to enable the attachment key. I have attached my spreadsheet to this e-mail. Please take a look and tell me what you think. Thanks.
Attached Files
File Type: xls Help!! Tech support Guy. Updated..xls (27.0 KB, 85 views)
Closed Thread Bookmark and Share

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.

Smart Search

Find your solution!



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.

Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -5. The time now is 03:21 PM.
Copyright © 1996 - 2009 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.
Powered by Cermak Technologies, Inc.