Johnny4strings

New Member
Joined
Nov 9, 2018
Messages
33
Hello everyone!

I am in the process of making a dropdown-based table to fetch data. I have gone through the motions to create the dropdown via data validation, and that works fine, however I am in the process of trying to get the data I need and I will get N/A in the cell. The table I am attempting to populate INTO is supposed to give me an amount of issues by year, sorted as follows:


A
B
C
D
E
1

TIMING
TYPO
MISC


2
OCT
N/A




3
NOV





4
DEC



























<tbody>
</tbody>

I am trying to get this data to populate from a “timing” table that is structured like this:
A
B
C


2018
2019
1
OCT
1
1
2
NOV
2
2
3
DEC
1
3
4




<tbody>
</tbody>

The overall goal is to render a “1” in cell B1 of the bottom table with the use of a dropdown.
The data for the dropdown, the year, is on another table and tab titled “year” and is only one column, years 2018 to 2030 represented. I know I need to use a Vlookup of some kind, but I’m unsure as to how to structure it.

Thanks ….VERY much for the time, everyone.
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying

Forum statistics

Threads
1,214,611
Messages
6,120,509
Members
448,967
Latest member
screechyboy79

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