#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15
Default Index and match

I have a spreadsheet with 2 pivot tables side by side. One pivot table is
created using data from cash application and the other pivot table is from
bank transactions. The two pivot tables are compared for missing data either
in cash application or in bank. The data is the dollar amount obviously. I
had used the formula =IF(COUNTIF(F8,"*Total"),"
",INDEX(GLCC,MATCH(H8,GLCC,0),0)). GLCC is a name for a defined range and I
wanted a blank if matching title has "Total". The formula mostly works but
in lots of cases #N/A is displayed even though there is an exact match. If
necessary I am willing to send the data as an attachment. I need help please.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Index and match

Try this amendment which makes it an all text comparison between the lookup
values in H8 down, and the reference col range values (GLCC)
It should yield better results, just normal ENTER to confirm:
=IF(COUNTIF(F8,"*Total"),"",INDEX(GLCC,MATCH(H8&"" ,INDEX(GLCC&"",),0)))
Any joy? celebrate it, thump the YES below
--
Max
Singapore
---
"Krish" wrote:
I have a spreadsheet with 2 pivot tables side by side. One pivot table is
created using data from cash application and the other pivot table is from
bank transactions. The two pivot tables are compared for missing data either
in cash application or in bank. The data is the dollar amount obviously. I
had used the formula =IF(COUNTIF(F8,"*Total"),"
",INDEX(GLCC,MATCH(H8,GLCC,0),0)). GLCC is a name for a defined range and I
wanted a blank if matching title has "Total". The formula mostly works but
in lots of cases #N/A is displayed even though there is an exact match. If
necessary I am willing to send the data as an attachment. I need help please.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15
Default Index and match


Max:
You are awesome. All the struggle I was facing went away. Your suggestion
really saved me a lot of frustrations. What does really &" " help to
accomplish?
"Max" wrote:

Try this amendment which makes it an all text comparison between the lookup
values in H8 down, and the reference col range values (GLCC)
It should yield better results, just normal ENTER to confirm:
=IF(COUNTIF(F8,"*Total"),"",INDEX(GLCC,MATCH(H8&"" ,INDEX(GLCC&"",),0)))
Any joy? celebrate it, thump the YES below
--
Max
Singapore
---
"Krish" wrote:
I have a spreadsheet with 2 pivot tables side by side. One pivot table is
created using data from cash application and the other pivot table is from
bank transactions. The two pivot tables are compared for missing data either
in cash application or in bank. The data is the dollar amount obviously. I
had used the formula =IF(COUNTIF(F8,"*Total"),"
",INDEX(GLCC,MATCH(H8,GLCC,0),0)). GLCC is a name for a defined range and I
wanted a blank if matching title has "Total". The formula mostly works but
in lots of cases #N/A is displayed even though there is an exact match. If
necessary I am willing to send the data as an attachment. I need help please.

  #4   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Index and match

Welcome, glad it turned out fine
What does really &" " help to accomplish?

It's actually: &"" (there's no space between the double quotes). It converts
real numbers to text numbers for consistent matching w/o impacting existing
text numbers. Trust that clarifies. Please hit the YES button below to
celebrate your success.
--
Max
Singapore
---
"Krish" wrote:
Max:
You are awesome. All the struggle I was facing went away. Your suggestion
really saved me a lot of frustrations. What does really &" " help to
accomplish?


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
Find Exact Match using INDEX, MATCH DoubleUU Excel Worksheet Functions 3 August 15th 08 02:42 PM
index(match) Wind Uplift Calculations (match four conditions) JMeier Excel Worksheet Functions 8 August 1st 08 01:45 AM
index match array function-returning only first match, need last. Julie Olsen Excel Worksheet Functions 3 December 29th 06 12:50 AM
How do I display more than one match in a Index/Match formula? Trish Excel Worksheet Functions 0 September 26th 05 10:21 PM
index,match,match on un-sorted data Brisbane Rob Excel Worksheet Functions 3 September 24th 05 10:04 PM


All times are GMT +1. The time now is 02:45 AM.

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"