Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15
Default Compare 2 uneven colums

I have 3 data columns. Column A has 100 data cells, Column C has 25 data
cells, Column D has 25 data columns (related to column C).

I would like to compare Column A to C and if there is a match, put Column D
value in Column B, otherwise leave it blank.

Any help would be great!

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Compare 2 uneven colums

Put in B1:
=IF(ISNA(MATCH(A1,C:C,0)),"",INDEX(D:D,MATCH(A1,C: C,0)))
Copy down to the last row of data in col A
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:25,000 Files:370 Subscribers:68
xdemechanik
---
"MDI Anne" wrote:
I have 3 data columns. Column A has 100 data cells, Column C has 25 data
cells, Column D has 25 data columns (related to column C).

I would like to compare Column A to C and if there is a match, put Column D
value in Column B, otherwise leave it blank.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15
Default Compare 2 uneven colums

Perfect!! Thank you!!

"Max" wrote:

Put in B1:
=IF(ISNA(MATCH(A1,C:C,0)),"",INDEX(D:D,MATCH(A1,C: C,0)))
Copy down to the last row of data in col A
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:25,000 Files:370 Subscribers:68
xdemechanik
---
"MDI Anne" wrote:
I have 3 data columns. Column A has 100 data cells, Column C has 25 data
cells, Column D has 25 data columns (related to column C).

I would like to compare Column A to C and if there is a match, put Column D
value in Column B, otherwise leave it blank.

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
uneven ranges and coding Lori Excel Discussion (Misc queries) 6 November 19th 08 08:06 PM
Compare Sheets values in two colums Geir[_2_] Excel Worksheet Functions 1 April 7th 08 01:55 PM
Font looks uneven in spreadsheet Julie Excel Discussion (Misc queries) 0 March 22nd 07 09:45 PM
lookup with uneven columns [email protected] Excel Worksheet Functions 3 December 21st 06 07:32 PM
An uneven time-increment smurray444 Charts and Charting in Excel 1 February 8th 06 05:11 AM


All times are GMT +1. The time now is 09:42 PM.

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"