Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Nesting MATCH functions? Or other solution?

I have a worksheet where I dump exported data from another program. The
worksheet has a main category in column A and subcategories in column B.
(Example below).

I am interested in finding data in the row "Total Contribution" under the
category of "Construction Loan".

Is there a way to ask for a nested MATCH statement on both "Construction
Loan" and "Total Contribution" ? As you can see, the title "Total
Contribution" is repeated in each of the Column A categories, and I just want
the data for the Construction Loan category. Further, the title in Column A
is only at the top of each section, and not repeated in front of the
Subcategories of Column B.

I can see some possible work-arounds, but what would be the best way to
retrieve the data I want? Thanks.


Data example:


Finance : Equity
Timed Contribution: Project
Auto. Project Contribution
Total Contribution
Finance : Construction Loan
Timed Contribution: Project
Auto. Project Contribution
Total Contribution
Finance : Mortgage
Opening Balance
Total Loan Fees
Total Contribution


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default Nesting MATCH functions? Or other solution?

Hi,

Is the data in separate columns or indented, I can't tell from your data
layout?

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"KCobler" wrote:

I have a worksheet where I dump exported data from another program. The
worksheet has a main category in column A and subcategories in column B.
(Example below).

I am interested in finding data in the row "Total Contribution" under the
category of "Construction Loan".

Is there a way to ask for a nested MATCH statement on both "Construction
Loan" and "Total Contribution" ? As you can see, the title "Total
Contribution" is repeated in each of the Column A categories, and I just want
the data for the Construction Loan category. Further, the title in Column A
is only at the top of each section, and not repeated in front of the
Subcategories of Column B.

I can see some possible work-arounds, but what would be the best way to
retrieve the data I want? Thanks.


Data example:


Finance : Equity
Timed Contribution: Project
Auto. Project Contribution
Total Contribution
Finance : Construction Loan
Timed Contribution: Project
Auto. Project Contribution
Total Contribution
Finance : Mortgage
Opening Balance
Total Loan Fees
Total Contribution


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default Nesting MATCH functions? Or other solution?

KCobler wrote:
I have a worksheet where I dump exported data from another program. The
worksheet has a main category in column A and subcategories in column B.
(Example below).

I am interested in finding data in the row "Total Contribution" under the
category of "Construction Loan".

Is there a way to ask for a nested MATCH statement on both "Construction
Loan" and "Total Contribution" ? As you can see, the title "Total
Contribution" is repeated in each of the Column A categories, and I just want
the data for the Construction Loan category. Further, the title in Column A
is only at the top of each section, and not repeated in front of the
Subcategories of Column B.

I can see some possible work-arounds, but what would be the best way to
retrieve the data I want? Thanks.


Data example:


Finance : Equity
Timed Contribution: Project
Auto. Project Contribution
Total Contribution
Finance : Construction Loan
Timed Contribution: Project
Auto. Project Contribution
Total Contribution
Finance : Mortgage
Opening Balance
Total Loan Fees
Total Contribution



I would usually fill in the missing data. Easiest way I have found is to add an
AutoFilter to column A and select "Blanks". Assuming the first "Blank" cell is
A3, put the formula "=A2" in A3 and hit enter. Then copy A3, select all the
rest of the "Blanks" in column A and then paste. Then remove the AutoFilter.

After the sheet recalculates, you can Copy / Paste Special / Values on column A
to get rid of the formulas. If you want the same look as before, use
conditional formatting on column A to apply white color to the text if it is the
same as the cell above.

From there there are several ways you could get your data. I would suggest a
PivotTable.
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
nesting more than 7 functions? Brian Excel Worksheet Functions 11 February 5th 09 11:02 PM
Help with Nesting two functions fred Excel Discussion (Misc queries) 11 August 8th 06 01:52 AM
Does anyone have a solution for nesting an OFFSET in an HLOOKUP? sammy Excel Worksheet Functions 1 June 9th 06 10:51 PM
Nesting Index and Match Functions Malone Excel Worksheet Functions 7 November 16th 05 10:50 PM
Nesting functions in the functions dialog box cs170a Excel Worksheet Functions 0 June 10th 05 10:36 PM


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