Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Comparing 3 columns?

How do I compare a value in one cell, to a value in a column, that looks at
the value in the adjacent column, to display in a cell?

For example: cell A1 = cindy; column B in cell B17 = cindy; and in the
adjacent cell, column C17 = 777. I would like the value of cell C17 to
display in a cell.

Does anyone know how to do this?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 506
Default Comparing 3 columns?

=VLOOKUP(A1,B:C,2,FALSE)

Remember to Click Yes, if this post helps!

--------------------
(Ms-Exl-Learner)
--------------------


"cthompson17" wrote:

How do I compare a value in one cell, to a value in a column, that looks at
the value in the adjacent column, to display in a cell?

For example: cell A1 = cindy; column B in cell B17 = cindy; and in the
adjacent cell, column C17 = 777. I would like the value of cell C17 to
display in a cell.

Does anyone know how to do this?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Comparing 3 columns?

It's not working.....I keep trying, but nothing.
Suggestions?

I want to match the cell value in column A with the value in column B.
The value in each cell in column B relates to a unique identifier in column C.
So, in whatever formula, it first looks at A1, then tries to find a match in
column B. Once the match is found, it returns the value in a blank cell of
the value in column C - which is adjacent to column B.

Does that make sense?

"Ms-Exl-Learner" wrote:

=VLOOKUP(A1,B:C,2,FALSE)

Remember to Click Yes, if this post helps!

--------------------
(Ms-Exl-Learner)
--------------------


"cthompson17" wrote:

How do I compare a value in one cell, to a value in a column, that looks at
the value in the adjacent column, to display in a cell?

For example: cell A1 = cindy; column B in cell B17 = cindy; and in the
adjacent cell, column C17 = 777. I would like the value of cell C17 to
display in a cell.

Does anyone know how to do this?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default Comparing 3 columns?

The formula should do what you asked for. Why don't you tell us what you
"keep trying", and more detail on what's "not working".

Regards,
Fred

"cthompson17" wrote in message
...
It's not working.....I keep trying, but nothing.
Suggestions?

I want to match the cell value in column A with the value in column B.
The value in each cell in column B relates to a unique identifier in
column C.
So, in whatever formula, it first looks at A1, then tries to find a match
in
column B. Once the match is found, it returns the value in a blank cell
of
the value in column C - which is adjacent to column B.

Does that make sense?

"Ms-Exl-Learner" wrote:

=VLOOKUP(A1,B:C,2,FALSE)

Remember to Click Yes, if this post helps!

--------------------
(Ms-Exl-Learner)
--------------------


"cthompson17" wrote:

How do I compare a value in one cell, to a value in a column, that
looks at
the value in the adjacent column, to display in a cell?

For example: cell A1 = cindy; column B in cell B17 = cindy; and in the
adjacent cell, column C17 = 777. I would like the value of cell C17 to
display in a cell.

Does anyone know how to do this?


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Comparing 3 columns?

SUCCESS!!!!!
Thank you guys, that worked.
Not sure what was going wrong last night, but it works prefectly now!!

"Fred Smith" wrote:

The formula should do what you asked for. Why don't you tell us what you
"keep trying", and more detail on what's "not working".

Regards,
Fred

"cthompson17" wrote in message
...
It's not working.....I keep trying, but nothing.
Suggestions?

I want to match the cell value in column A with the value in column B.
The value in each cell in column B relates to a unique identifier in
column C.
So, in whatever formula, it first looks at A1, then tries to find a match
in
column B. Once the match is found, it returns the value in a blank cell
of
the value in column C - which is adjacent to column B.

Does that make sense?

"Ms-Exl-Learner" wrote:

=VLOOKUP(A1,B:C,2,FALSE)

Remember to Click Yes, if this post helps!

--------------------
(Ms-Exl-Learner)
--------------------


"cthompson17" wrote:

How do I compare a value in one cell, to a value in a column, that
looks at
the value in the adjacent column, to display in a cell?

For example: cell A1 = cindy; column B in cell B17 = cindy; and in the
adjacent cell, column C17 = 777. I would like the value of cell C17 to
display in a cell.

Does anyone know how to do this?


.



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default Comparing 3 columns?

Glad to help. Thanks for the feedback.

Regards,
Fred

"cthompson17" wrote in message
...
SUCCESS!!!!!
Thank you guys, that worked.
Not sure what was going wrong last night, but it works prefectly now!!

"Fred Smith" wrote:

The formula should do what you asked for. Why don't you tell us what you
"keep trying", and more detail on what's "not working".

Regards,
Fred

"cthompson17" wrote in message
...
It's not working.....I keep trying, but nothing.
Suggestions?

I want to match the cell value in column A with the value in column B.
The value in each cell in column B relates to a unique identifier in
column C.
So, in whatever formula, it first looks at A1, then tries to find a
match
in
column B. Once the match is found, it returns the value in a blank
cell
of
the value in column C - which is adjacent to column B.

Does that make sense?

"Ms-Exl-Learner" wrote:

=VLOOKUP(A1,B:C,2,FALSE)

Remember to Click Yes, if this post helps!

--------------------
(Ms-Exl-Learner)
--------------------


"cthompson17" wrote:

How do I compare a value in one cell, to a value in a column, that
looks at
the value in the adjacent column, to display in a cell?

For example: cell A1 = cindy; column B in cell B17 = cindy; and in
the
adjacent cell, column C17 = 777. I would like the value of cell C17
to
display in a cell.

Does anyone know how to do this?


.


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
comparing two columns lputnam Excel Discussion (Misc queries) 2 November 30th 09 05:16 PM
comparing two columns JoeM[_3_] Excel Worksheet Functions 5 May 1st 09 07:12 PM
comparing columns pads64 Excel Discussion (Misc queries) 1 July 6th 07 08:22 PM
Comparing Columns to each other Sung Excel Discussion (Misc queries) 2 May 25th 07 08:17 PM
Comparing two columns of information with 2 new columns of informa cbuck Excel Discussion (Misc queries) 1 January 16th 07 09:49 PM


All times are GMT +1. The time now is 04:28 AM.

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"