Pulling a row of info if matched

NikkiMc204

New Member
Joined
May 24, 2021
Messages
23
Office Version
  1. 365
  2. 2016
  3. 2013
Platform
  1. Windows
Please can anyone help me

I have a simple table with a drop down option in cell A4 -
Average Hourly Salary,
Average Daily Salary,
Average Monthly Salary,
Average Yearly Salary

Idiot 1.png

When a user choose the option i want in sheet 1, cells b4:g4, the matching figures for each grade from sheet 4, b3:b6.
Idiot 2.png

i'm flunking this badly. :cry: SOS
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Like This ?

Formula on Sheet Idiot 1 on B4
=FILTER('Idiot 2'!$B$3:$G$6,'Idiot 2'!$A$3:$A$6='Idiot 1'!A4)


Sheet Idiot 1
1701395986196.png



Sheet Idiot 2
1701396017669.png
 
Upvote 1
You have a number of different Office versions listed on your profile, incase you're using something earlier than 365 you could use this instead:
Book1
ABCDEFG
2CostingsAOEOHEOSEOG7G6
3FTE Resource used111111
4Average Monthly Salary2614.2533190.173862.0885211.5896790.7578325.259
5Cost for Resource
Sheet1
Cell Formulas
RangeFormula
B4:G4B4=SUMPRODUCT((Sheet4!$A$3:$A$6=Sheet1!$A4)*(Sheet4!$B$2:$G$2=Sheet1!B$2),Sheet4!$B$3:$G$6)
Cells with Data Validation
CellAllowCriteria
A4List=Sheet4!$A$3:$A$6
 
Upvote 1
Solution

Forum statistics

Threads
1,215,256
Messages
6,123,906
Members
449,132
Latest member
Rosie14

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