vlookup, match, index, inserting rows

WNMeats

New Member
Joined
Apr 10, 2013
Messages
1
This is what i want

In put a name _______ input a qty

compare to a list of 216 people

return the name and a qty to a new list

need to keep adding name to the new list
keep an % out of 1000 names compleded and not compleade.

So the lay out would be

Enter name and qty.

Goal is 1000 names before Octuber

% of completion

hide a list of names and qty done

I tryed Trick #540, 539, 1, and isert a roll. could not get it right.

Formulas for Trick 540

N3 getting a number ---- e IS THE NAME WE ENTER

=SUMPRODUCT(--ISNUMBER(MATCH($B$3&$C$3,$E$3:$E$216&$C$3:$C$216,0)


Adding rows to new list

=if(rows(H$3:H3)>$N$3,”try again”,index(B$3,small(IF(isnumber(match($B$3,$E$3:$E$216&$F$3:$F$216,0)),ROW($B$3)-ROW($B$3)+1),ROWS(H$3:H3))))


Option ? *

(isnumber(match($B$3&$C$3

=SUMPRODUCT(--ISNA


  1. NUM MATCH N3
  2. ENTER NAME AND QTRY b3 c3
  3. COMPARE E3 F3
  4. NEW LIST H3 I3
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.

Forum statistics

Threads
1,214,983
Messages
6,122,588
Members
449,089
Latest member
Motoracer88

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