A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How to MATCH value up a column



 
 
Thread Tools Display Modes
  #1  
Old March 10th, 2010, 06:42 PM posted to microsoft.public.excel.worksheet.functions
DevourU
external usenet poster
 
Posts: 12
Default How to MATCH value up a column

I need to match/find the first matching cell up a column. Ideas? TIA!
  #2  
Old March 10th, 2010, 07:02 PM posted to microsoft.public.excel.worksheet.functions
Eva
external usenet poster
 
Posts: 316
Default How to MATCH value up a column

Hi
I don't know what you are looking for, but see:
MATCH(A2,A1:F1,0)
or
VLOOKUP(A3,Sheet2!A:B,2,FALSE)
--
Please click "yes" if this post helped you!

Greatly appreciated

Eva


"DevourU" wrote:

I need to match/find the first matching cell up a column. Ideas? TIA!

  #3  
Old March 10th, 2010, 09:02 PM posted to microsoft.public.excel.worksheet.functions
DevourU
external usenet poster
 
Posts: 12
Default How to MATCH value up a column

Thankx for the reply. Here is my
formula:=IF(A11A10,C10,(IF(A11=A10,A10,"?"))).
I need to have IF(A11A10, search up column A for 1st match, example A4,
display next column B4.

Clear as mud?

-JS

"Eva" wrote:

Hi
I don't know what you are looking for, but see:
MATCH(A2,A1:F1,0)
or
VLOOKUP(A3,Sheet2!A:B,2,FALSE)
--
Please click "yes" if this post helped you!

Greatly appreciated

Eva


"DevourU" wrote:

I need to match/find the first matching cell up a column. Ideas? TIA!

  #4  
Old March 10th, 2010, 09:09 PM posted to microsoft.public.excel.worksheet.functions
DevourU
external usenet poster
 
Posts: 12
Default How to MATCH value up a column

Ignore "display next column B4". That's something else. Sorry 'bout that.

"DevourU" wrote:

Thankx for the reply. Here is my
formula:=IF(A11A10,C10,(IF(A11=A10,A10,"?"))).
I need to have IF(A11A10, search up column A for 1st match, example A4,
display next column B4.

Clear as mud?

-JS

"Eva" wrote:

Hi
I don't know what you are looking for, but see:
MATCH(A2,A1:F1,0)
or
VLOOKUP(A3,Sheet2!A:B,2,FALSE)
--
Please click "yes" if this post helped you!

Greatly appreciated

Eva


"DevourU" wrote:

I need to match/find the first matching cell up a column. Ideas? TIA!

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 10:26 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.