Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Zak
 
Posts: n/a
Default Index and match functions help needed.

I have the following column headings:

"Names" "Date" "Title Plan Reference Number" "Work Recording System" "Audit
Stage"

Now if I enter the name AND date i want the title to be automatiaclly
displayed for the corresponding date and name that I have entered. I used the
formula from the Excel help article that I read:
=INDEX(A2:C4,MATCH(E2&F2,A2:A4&B2:B4,0),3). In theory having read the help
article this is the formula I need. I have spent such a long time trying to
get the formula to work but it wont. I need help please
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

Looks good Zak.

Did you array-enter it, that is Ctrl-Shift-Enter rather than just Enter?

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Zak" wrote in message
...
I have the following column headings:

"Names" "Date" "Title Plan Reference Number" "Work Recording System"

"Audit
Stage"

Now if I enter the name AND date i want the title to be automatiaclly
displayed for the corresponding date and name that I have entered. I used

the
formula from the Excel help article that I read:
=INDEX(A2:C4,MATCH(E2&F2,A2:A4&B2:B4,0),3). In theory having read the help
article this is the formula I need. I have spent such a long time trying

to
get the formula to work but it wont. I need help please



  #3   Report Post  
Zak
 
Posts: n/a
Default

yeah i did array enter it but it wont work


"Bob Phillips" wrote:

Looks good Zak.

Did you array-enter it, that is Ctrl-Shift-Enter rather than just Enter?

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Zak" wrote in message
...
I have the following column headings:

"Names" "Date" "Title Plan Reference Number" "Work Recording System"

"Audit
Stage"

Now if I enter the name AND date i want the title to be automatiaclly
displayed for the corresponding date and name that I have entered. I used

the
formula from the Excel help article that I read:
=INDEX(A2:C4,MATCH(E2&F2,A2:A4&B2:B4,0),3). In theory having read the help
article this is the formula I need. I have spent such a long time trying

to
get the formula to work but it wont. I need help please




  #4   Report Post  
Max
 
Posts: n/a
Default

The formula works ok for me (tested here) ..

Perhaps there's an extra "invisible" space inadvertently entered in the name
input in E2 which is fouling up the match ?

Try, array-entered as befo
=INDEX(A2:C4,MATCH(TRIM(E2)&F2,A2:A4&B2:B4,0),3)

Does this work ?

Another possibility: dates in B2:B4 are not real dates

Select B2:B4, click Data Text to columns, Next Next

In step 3 of the wizard:
Under "Column data format"
Check "Date", and select the correct format from the droplist (eg: DMY)
Click Finish
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--


  #5   Report Post  
Max
 
Posts: n/a
Default

Resolved via an email exchange ..

The array formula was correctly entered and it correctly returned #N/A due
to no match found, but think this was misconstrued as "not working" by the
OP.

Link to sample file returned to the OP :
http://www.savefile.com/files/4538432
File: Index and match functions help needed_Zak_wksht.xls
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--




  #6   Report Post  
Max
 
Posts: n/a
Default

... and a nice closure note received from the OP ...
Date: Tue, 30 Aug 2005 05:16:39 -0700 (PDT)
Subject: need help on excel please: Zak from Microsoft website
To: "Max"

Just wanted to say a big thank you for sorting that
problem out. Inputted the formulae and they work
perfectly. really appreciate the help you provided.

kind regards
Zak
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--


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 and index functions: corrlating data from 2 worksheets [email protected] Excel Worksheet Functions 2 May 21st 05 05:38 AM
How do I use the Match and Index functions to look up a value tha. Maclanders Excel Worksheet Functions 7 February 10th 05 08:31 PM
Match, Index, Vlookup, Large....Help Please [email protected] Excel Worksheet Functions 3 December 15th 04 01:38 PM
Match & Index Phyllis B. Excel Worksheet Functions 2 November 27th 04 03:26 PM
Vlookup, Index & Match Phyllis Excel Worksheet Functions 1 November 8th 04 06:11 PM


All times are GMT +1. The time now is 03:04 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"