Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 191
Default Trying to match fields and return a value

We have a project here that requires some matching of cells and I am not sure
the proper function to use. Here is the problem:

We are trying to match errors in firewall logs to see who is causing
problems on the network. So on Worksheet1 I have a column of names, IP
addresses, and MAC addresses. On worksheet2 I have a list of computer names,
IP addresses, viruses detected, and MAC addresses. What I want to do is
create a new worksheet (worksheet3) that will look at the first 2 sheets and
create a sheet that matches MAC addresses on sheets 1 and 2. The third sheet
should allow me to match a name to MAC address, so on worksheet 3 I would
like to have the following columns(and where data comes from):
Name(worksheet1), IP Address(worksheet2), Computer name(worksheet2), MAC
address(on both sheets, need to match), and number of viruses(worksheet2).
Any thoughts on which formula to use??

--
Jamie
MCP, Net+, A+
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,758
Default Trying to match fields and return a value

Once you get your key column into that third worksheet, it sounds like you'd
want to use =vlookup() or =index(match())

And Debra Dalgleish has some nice instructions (for both) at:

http://www.contextures.com/xlFunctions02.html
and
http://www.contextures.com/xlFunctions03.html

And if that list of MAC addresses is different on each sheet, you may want to
copy from one worksheet, then copy from the second worksheet (right below
it--creating a giant list with some duplicates).

You can get rid of those duplicates by using data|Filter|advanced filter.

Debra also has instructions for that at:
http://www.contextures.com/xladvfilter01.html#FilterUR

Jamie wrote:

We have a project here that requires some matching of cells and I am not sure
the proper function to use. Here is the problem:

We are trying to match errors in firewall logs to see who is causing
problems on the network. So on Worksheet1 I have a column of names, IP
addresses, and MAC addresses. On worksheet2 I have a list of computer names,
IP addresses, viruses detected, and MAC addresses. What I want to do is
create a new worksheet (worksheet3) that will look at the first 2 sheets and
create a sheet that matches MAC addresses on sheets 1 and 2. The third sheet
should allow me to match a name to MAC address, so on worksheet 3 I would
like to have the following columns(and where data comes from):
Name(worksheet1), IP Address(worksheet2), Computer name(worksheet2), MAC
address(on both sheets, need to match), and number of viruses(worksheet2).
Any thoughts on which formula to use??

--
Jamie
MCP, Net+, A+


--

Dave Peterson
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
Match 2 Columns, Return 3rd, Differing Match Types Matt.Russett Excel Worksheet Functions 3 May 11th 10 10:45 AM
Lookup Formula: Return 1st match, then 2nd match, then 3rd match Scott Excel Discussion (Misc queries) 4 December 11th 09 05:50 AM
need to return next match of table, only finding first match...HEL nwtf_vol[_2_] Excel Worksheet Functions 0 January 23rd 08 01:42 AM
MATCH Multiple Criteria & Return Previous / Penultimate Match Sam via OfficeKB.com Excel Worksheet Functions 27 October 6th 07 01:39 AM
Compare Value in Cell 1 to a List, Return Value if Match otherwise Return Null Ben Excel Discussion (Misc queries) 2 March 15th 07 01:02 AM


All times are GMT +1. The time now is 07:58 PM.

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"