There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Business Applications
Tag Cloud
audio blue blue screen boot bsod compaq computer cpu crash dell drivers dvd error excel firefox format freeze freezing hard drive install internet internet explorer kb951748 lan laptop loss of internet malware memory motherboard network networking outlook outlook 2007 problem restart screen security slow sound startup trojan update virus vista windows windows xp winxp wireless zone alarm zonealarm
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Software & Hardware > Business Applications >
HELP! HELP! Excel


Computer problem? Tech Support Guy is completely free -- paid for by advertisers and donations. Click here to join today! If you're new to Tech Support Guy, we highly recommend that you visit our Guide for New Members. Enjoy!

Closed Thread
 
Thread Tools
aaddison's Avatar
Computer Specs
Junior Member with 6 posts.
 
Join Date: Aug 2008
Experience: Beginner
27-Aug-2008, 03:01 PM #1
HELP! HELP! Excel
HELP! HELP! HELP!

I'm trying to pull multiple Excel spreadsheets into one master file. The multiple spreadsheets contain like information in column A, but may have different information in columns B,C,D,E etc. I need Excel to reference column A from the master file and pull the like items from the multiple columns contained in the other files and have that info applied to the master file matching up with the like items in column A.

(Note) The multiple files are not always formatted the same and if multiple files have the same data I want it to pull only the lowest number between the multiple files.
slurpee55's Avatar
Computer Specs
Distinguished Member with 4,517 posts.
 
Join Date: Oct 2004
Location: Southwest Iowa....
Experience: Currently stupid...
27-Aug-2008, 04:00 PM #2
Welcome to the Forum!!
(Just for future reference, please use a slightly more descriptive title for your posts )
This is similar to something I was working on recently with someone else, AJ_old. It can be swiftly done using VBA - I will see if he (or another coder) is around.
aaddison's Avatar
Computer Specs
Junior Member with 6 posts.
 
Join Date: Aug 2008
Experience: Beginner
27-Aug-2008, 08:55 PM #3
I'd appreciate that very much. It's been drive me slightly insane….as you can probably tell by my title.
slurpee55's Avatar
Computer Specs
Distinguished Member with 4,517 posts.
 
Join Date: Oct 2004
Location: Southwest Iowa....
Experience: Currently stupid...
27-Aug-2008, 09:42 PM #4
I sent a note to one coder but his mailbox was full...I will look for others.
aaddison's Avatar
Computer Specs
Junior Member with 6 posts.
 
Join Date: Aug 2008
Experience: Beginner
28-Aug-2008, 12:54 AM #5
Thank you! If you need a sample workbook let me know and I'll post one.
Aj_old's Avatar
Computer Specs
Senior Member with 624 posts.
 
Join Date: Sep 2007
Location: Moldova
Experience: Intermediate
28-Aug-2008, 02:19 AM #6
Hi aaddison!
To be easier to understand your need can post a sample file!
You have multiple Workbook, with information, and wanna combine then into one, ore have one workbook, with multiple sheets and wanna to combine then into single sheet?
aaddison's Avatar
Computer Specs
Junior Member with 6 posts.
 
Join Date: Aug 2008
Experience: Beginner
28-Aug-2008, 09:55 AM #7
Both of your scenarios question are possible. Though the example spreadsheet that I’ve posted show's one workbook, however, there maybe cases were I’ll need to bring multiple workbooks into a master list.
Attached Files
File Type: xls Sample.xls (15.0 KB, 21 views)
Aj_old's Avatar
Computer Specs
Senior Member with 624 posts.
 
Join Date: Sep 2007
Location: Moldova
Experience: Intermediate
28-Aug-2008, 10:21 AM #8
aaddison what do you mean by "I need Excel to reference column A from the master file and pull the like items from the multiple columns contained in the other files and have that info applied to the master file matching up with the like items in column A."?
Not sure I understand you right!
__________________
The BestS
AJ
slurpee55's Avatar
Computer Specs
Distinguished Member with 4,517 posts.
 
Join Date: Oct 2004
Location: Southwest Iowa....
Experience: Currently stupid...
28-Aug-2008, 10:34 AM #9
Welcome to the problem AJ! Way over my head....
aaddison's Avatar
Computer Specs
Junior Member with 6 posts.
 
Join Date: Aug 2008
Experience: Beginner
28-Aug-2008, 10:41 AM #10
I need the information (that's in the sheet labeled "master file") filled in matching up with the information from the other sheets. In the master file sheet I need the columns to reflect the lowest prices from each sheet (Texas,Florida) and also bring in the location, plus any other info from the other columns past that. Basically, I need the part#'s from the "master file" to match up with the other sheets part #'s and then grab all the columns associated with that part # and pick the lowest price in each column and apply it in the "master file". Am i still confusing?
Aj_old's Avatar
Computer Specs
Senior Member with 624 posts.
 
Join Date: Sep 2007
Location: Moldova
Experience: Intermediate
28-Aug-2008, 10:47 AM #11
Quote:
Originally Posted by aaddison View Post
I need the information (that's in the sheet labeled "master file") filled in matching up with the information from the other sheets. In the master file sheet I need the columns to reflect the lowest prices from each sheet (Texas,Florida) and also bring in the location, plus any other info from the other columns past that. Basically, I need the part#'s from the "master file" to match up with the other sheets part #'s and then grab all the columns associated with that part # and pick the lowest price in each column and apply it in the "master file". Am i still confusing?
a little
The lowest price? You need 2 sets of data for each line in master sheet one for the Sales Price and one for the Repair price or I'm missing something?
slurpee55's Avatar
Computer Specs
Distinguished Member with 4,517 posts.
 
Join Date: Oct 2004
Location: Southwest Iowa....
Experience: Currently stupid...
28-Aug-2008, 11:11 AM #12
In your lists you have some items that should probably be matches, e.g. 1245dw347yh and 12-45dw347yh. They will not show as matches unless they are entered the same or the "-" are deleted. Or are these supposed to be different items?
slurpee55's Avatar
Computer Specs
Distinguished Member with 4,517 posts.
 
Join Date: Oct 2004
Location: Southwest Iowa....
Experience: Currently stupid...
28-Aug-2008, 11:31 AM #13
Quote:
Originally Posted by aaddison View Post
I need the information (that's in the sheet labeled "master file") filled in matching up with the information from the other sheets. In the master file sheet I need the columns to reflect the lowest prices from each sheet (Texas,Florida) and also bring in the location, plus any other info from the other columns past that. Basically, I need the part#'s from the "master file" to match up with the other sheets part #'s and then grab all the columns associated with that part # and pick the lowest price in each column and apply it in the "master file". Am i still confusing?
The only other problem I am finding is that of the location - in the example sheet, for item ED456q1234, Texas has the lower cost but Florida has the lower sales price. Which (if either) do you want to use for showing the location?
slurpee55's Avatar
Computer Specs
Distinguished Member with 4,517 posts.
 
Join Date: Oct 2004
Location: Southwest Iowa....
Experience: Currently stupid...
28-Aug-2008, 11:52 AM #14
nearly there
Given the above, and also not being sure how to return the data for the location anyway (keep getting errors), here is a partial completion
Attached Files
File Type: xls Sample(2).xls (16.0 KB, 17 views)
slurpee55's Avatar
Computer Specs
Distinguished Member with 4,517 posts.
 
Join Date: Oct 2004
Location: Southwest Iowa....
Experience: Currently stupid...
28-Aug-2008, 12:33 PM #15
The closest I can think of is
=VLOOKUP(D2,Texas:Florida!D2:F5,3)
but it keeps giving me an error....
Closed Thread

Tags
excel formula, excel macro, excel macro copy paste

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.


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 -4. The time now is 04:53 PM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.