Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
SJC SJC is offline
external usenet poster
 
Posts: 22
Default Match function problem

I have a workbook in which one worksheet contains data for several companies,
and the second worksheet pulls the data into a report using data validation.
I am using an index/match formula to pull the name of the company that shows
up on the report, which worked fine for quite some time. However, now, it is
returning a 'zero' instead of inserting the text. Any ideas on how to
correct?

The formula I am using is: =INDEX(Sheet3!E:E,MATCH(Sheet2!C6,Sheet3!A:A),0)

I have tried changing the cell format, rewriting the formula, and haven't
found a solution. Any help would be greatly appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Match function problem

Try


=INDEX(Sheet3!E:E,MATCH(Sheet2!C6,Sheet3!A:A,0))


--


Regards,


Peo Sjoblom




"SJC" wrote in message
...
I have a workbook in which one worksheet contains data for several
companies,
and the second worksheet pulls the data into a report using data
validation.
I am using an index/match formula to pull the name of the company that
shows
up on the report, which worked fine for quite some time. However, now, it
is
returning a 'zero' instead of inserting the text. Any ideas on how to
correct?

The formula I am using is:
=INDEX(Sheet3!E:E,MATCH(Sheet2!C6,Sheet3!A:A),0)

I have tried changing the cell format, rewriting the formula, and haven't
found a solution. Any help would be greatly appreciated.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bj bj is offline
external usenet poster
 
Posts: 1,397
Default Match function problem

What do you get with just using the match portion as your equation?

"SJC" wrote:

I have a workbook in which one worksheet contains data for several companies,
and the second worksheet pulls the data into a report using data validation.
I am using an index/match formula to pull the name of the company that shows
up on the report, which worked fine for quite some time. However, now, it is
returning a 'zero' instead of inserting the text. Any ideas on how to
correct?

The formula I am using is: =INDEX(Sheet3!E:E,MATCH(Sheet2!C6,Sheet3!A:A),0)

I have tried changing the cell format, rewriting the formula, and haven't
found a solution. Any help would be greatly appreciated.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
SJC SJC is offline
external usenet poster
 
Posts: 22
Default Match function problem

Worked perfectly, thanks so much. I didn't think to make that change.

"Peo Sjoblom" wrote:

Try


=INDEX(Sheet3!E:E,MATCH(Sheet2!C6,Sheet3!A:A,0))


--


Regards,


Peo Sjoblom




"SJC" wrote in message
...
I have a workbook in which one worksheet contains data for several
companies,
and the second worksheet pulls the data into a report using data
validation.
I am using an index/match formula to pull the name of the company that
shows
up on the report, which worked fine for quite some time. However, now, it
is
returning a 'zero' instead of inserting the text. Any ideas on how to
correct?

The formula I am using is:
=INDEX(Sheet3!E:E,MATCH(Sheet2!C6,Sheet3!A:A),0)

I have tried changing the cell format, rewriting the formula, and haven't
found a solution. Any help would be greatly appreciated.




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
index match array function-returning only first match, need last. Julie Olsen Excel Worksheet Functions 3 December 29th 06 12:50 AM
Match function problem [email protected] Excel Worksheet Functions 3 October 4th 06 07:39 PM
MATCH function problem LACA Excel Discussion (Misc queries) 10 May 22nd 06 01:39 AM
Problem with match function nander Excel Discussion (Misc queries) 4 April 18th 06 10:08 PM
Match Function Problem - Won't Find Certain Numbers PE Excel Discussion (Misc queries) 2 May 9th 05 03:53 PM


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