Match (?) Help

crudepuddle

New Member
Joined
Jan 19, 2017
Messages
16
I am trying to create a dashboard where if a particular month is selected the relevant target for that month/period will appear. So far I have the below and am stuck on the final formula for the matching of targets to months:

Date field to filter byTarget Period
Selector1
Target PeriodJan-18
Target#VALUE!
Jan-18£19,760
Feb-18£24,890
Mar-18£26,600
Apr-18£22,610
May-18£24,320
Jun-18£24,320
Jul-18£22,420
Aug-18£22,420
Sep-18£24,035
Oct-18£24,035
Nov-18£23,845
Dec-18£20,330
Q1 18£71,250
Q2 18£71,250
Q3 18£68,875
Q4 18£68,210
Year - 2018£279,585

<colgroup><col width="12" style="width:9pt"> <col width="169" style="width:127pt"> <col width="167" style="width:125pt"> </colgroup><tbody>
</tbody>
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Hi, looks like you just need a simple VLOOKUP() - i.e.


Excel 2013/2016
AB
1Date field to filter byTarget Period
2Selector1
3Target PeriodJan-2018
4Target19760
5
6Jan-201819760
7Feb-201824890
8Mar-201826600
9Apr-201822610
10May-201824320
11Jun-201824320
12Jul-201822420
13Aug-201822420
14Sep-201824035
15Oct-201824035
16Nov-201823845
17Dec-201820330
18Q1 1871250
19Q2 1871250
20Q3 1868875
21Q4 1868210
22Year - 2018279585
Sheet1
Cell Formulas
RangeFormula
B4=VLOOKUP(B3,A6:B22,2,0)
 
Upvote 0

Forum statistics

Threads
1,216,099
Messages
6,128,822
Members
449,470
Latest member
Subhash Chand

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