Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default index/match error

I have the following data in a sheet called growers

Col A Col B Col C
Grower Name Product Size Price

There are 44 rows of data in total

In a second sheet I have setup drop down lists to select the Grower Name in
Col A and Product Size in Col B.

I have entered the following function into another column in cell H2
{=INDEX(growers!C2:C43,MATCH(1,(growers!A2:A43=A2) *(growers!B2:B43=B2),0))}
which matches the price accordingly.
I've then copied the function down column H and everything seemed to be
working fine.
My issue is that when I get to cell H35 (and onwards) I get the #N/A from
that row onwards. Here is the function as it is in cell H35
{=INDEX(growers!C33:C76,MATCH(1,(growers!A33:A76=A 35)*(growers!B33:B76=B35),0))}
I have a feeling it has something to do with the lookup array value, however
I can't work out how to fix it.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 136
Default index/match error

Hi,

Maybe making your ranges absolute references, then copy down as far you need
might help...

{=INDEX(growers!$C$2:$C$43,MATCH(1,(growers!$A$2:$ A$43=A2)*(growers!$B$2:$B$43=B2),0))}

Hope this helps,

Gav.
"Northo111" wrote:

I have the following data in a sheet called growers

Col A Col B Col C
Grower Name Product Size Price

There are 44 rows of data in total

In a second sheet I have setup drop down lists to select the Grower Name in
Col A and Product Size in Col B.

I have entered the following function into another column in cell H2
{=INDEX(growers!C2:C43,MATCH(1,(growers!A2:A43=A2) *(growers!B2:B43=B2),0))}
which matches the price accordingly.
I've then copied the function down column H and everything seemed to be
working fine.
My issue is that when I get to cell H35 (and onwards) I get the #N/A from
that row onwards. Here is the function as it is in cell H35
{=INDEX(growers!C33:C76,MATCH(1,(growers!A33:A76=A 35)*(growers!B33:B76=B35),0))}
I have a feeling it has something to do with the lookup array value, however
I can't work out how to fix it.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default index/match error

Thanks Gav. I had tried that previously and couldn't get it to work, however
realised that I wasn't using CTRL+SHIFT+ENTER at the end of entering the
formula

Cheers
Northo

"Northo111" wrote:

I have the following data in a sheet called growers

Col A Col B Col C
Grower Name Product Size Price

There are 44 rows of data in total

In a second sheet I have setup drop down lists to select the Grower Name in
Col A and Product Size in Col B.

I have entered the following function into another column in cell H2
{=INDEX(growers!C2:C43,MATCH(1,(growers!A2:A43=A2) *(growers!B2:B43=B2),0))}
which matches the price accordingly.
I've then copied the function down column H and everything seemed to be
working fine.
My issue is that when I get to cell H35 (and onwards) I get the #N/A from
that row onwards. Here is the function as it is in cell H35
{=INDEX(growers!C33:C76,MATCH(1,(growers!A33:A76=A 35)*(growers!B33:B76=B35),0))}
I have a feeling it has something to do with the lookup array value, however
I can't work out how to fix it.

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 #N/A Error wkjgmom Excel Worksheet Functions 3 November 26th 07 04:37 AM
VALUE error with index(row.. match(true.. row.. nastech Excel Discussion (Misc queries) 2 July 8th 07 10:16 PM
Error suppressing with INDEX/MATCH BKO Excel Worksheet Functions 2 June 15th 07 03:50 PM
VLOOKUP, INDEX & MATCH ERROR HELP sahafi Excel Worksheet Functions 6 September 12th 06 11:26 PM
#num Error index, match taxmom Excel Worksheet Functions 6 March 7th 06 08:21 PM


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