Trouble with Dynamic Outputs

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Please post your example here instead of referring to an outside source. Things like YouTube and file sharing/image sites are blocked for a lot of people, so you're limiting the number of people who might otherwise respond.
 
Upvote 0
Okay:

I have two tables, A (columns A, B, C) and B (columns E, F, G)
I have Three input fields, one for each column of Table A: INPUT1 (column A1) and INPUT2 (column A2) and INPUT3 (column A3)

I would like to be able to type data into INPUT1 and INPUT2 and INPUT3 and have it locate and count the matching data in table A and output the rows to table B. Of course, any data that is output must meet ALL criteria present in all imput fields, blanks aside. Also, I would like the matching rows in table A to be highlighted red when that row matches the criteria presented.

My code thus far is:

FOR COUNTING:
=COUNTIF(Material_Name,C2)

FIRST CELL OF TABLE B, COLUMN E (EXPANDED TO REST OF TABLE)
=IF(ROWS(V$7:V7)<=$C$4,INDEX(INDIRECT(V$6),SMALL(IF(Material_Name=$C$2,ROW(Material_Name)-ROW($C$7)+1),ROWS(V$7:V7))),"")

Thanks,

PR

PS, that youtube video was uploaded by me - displaying the issues I am having with my own excel sheet. Words can only do so much to help here.
 
Upvote 0
Does anyone here have a clue?

Wow ... I never would have thought this issue would stump such a large community.
 
Upvote 0
I can't hear the audio on your videos, and don't really understand your explanation. However, ...

If the entry in A1 is a filter for the rest of col A, A2 for col B, and A3 for col C, then why not put those in the proper column and use Advanced Filter with criteria?

Or even just AutoFilter?
 
Upvote 0
I know there are more simple ways of doing this - but I am going to be sorting through tens of thousands of entries in rapid concession. I'm familiar with Filter but filtering manually instead of dynamically would more make it take a LOT longer.

Here is a link to my excel file if you want to take a look:
http://www.filedropper.com/emt211-214finished

Thanks for taking a look at my post, brave soul! : )

PR
 
Upvote 0

Forum statistics

Threads
1,224,524
Messages
6,179,304
Members
452,904
Latest member
CodeMasterX

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top