Excel formulae to tabulate data from 1 table to another

nicholasccy

New Member
Joined
Aug 18, 2023
Messages
1
Office Version
  1. 2021
Platform
  1. Windows
Hi there, does anyone know what formulae I can input on the right table to easily track these data from the left table and input them instantly on the right table based on the various names (especially if the list on the right side names are not in order on the right)

I have included the link here at the bottom as well as a screenshot. Sincerely appreciate every single piece of advice!!


Link: Excel Help.xlsx
 

Attachments

  • Excel Tracker question.jpg
    Excel Tracker question.jpg
    196.2 KB · Views: 8

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
Perhaps in Q6 pulled right and down
Excel Formula:
=COUNTIF(FILTER($D$16:$L$25,$C$16:$C$25=$P6),Q$5)
(MS says XL 2021 has the FILTER function, but I'm not quite sure)
 
Upvote 0
MS says XL 2021 has the FILTER function, but I'm not quite sure
It does, but MS also says that the first argument of COUNTIF has to be a range.

@nicholasccy
Welcome to the MrExcel board!

You will generally get better/faster results if you can provide your sample data in a form that can easily be copied for testing as helpers generally are not that keen on manually typing sample data. ;)
I suggest that you investigate XL2BB for providing sample data & expected results to make it easier for helpers to understand just what you have & where it is and also what you want & where it is to be. We cannot see where your data is in the image.

Anyway, see if you can adapt this.

23 08 18.xlsm
BCDEFGHIJKLMNOP
31234A2C7H8P7K3X9
4AdamA2C7C7P7Adam120100
5BryanK3K3K3X9Bryan000031
COUNTIF
Cell Formulas
RangeFormula
K4:P5K4=COUNTIF(INDEX($C$4:$F$5,MATCH($J4,$B$4:$B$5,0),0),K$3)
 
Upvote 0

Forum statistics

Threads
1,215,352
Messages
6,124,457
Members
449,161
Latest member
NHOJ

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