Formula help needed

AbbieJade

New Member
Joined
Oct 5, 2017
Messages
3
Hi,

Really need some help with trying to work out a formula. I have created an excel spreadsheet which includes the table included in the link below (Table 2. A DIF Analysis Algorithm on page 35 (41/393)) of the following pdf:

<style type="text/css"> p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; color: #2b2f2f } span.s1 {font-kerning: none} </style>https://www.gov.uk/government/uploads/system/uploads/attachment_data/file/607717/20170404-JSP_822_Part_2-Final-O.pdf

The spreadsheet has a drop-down menu so the difficulty (D), importance (I), and frequency (F) can be selected. However, I can not seem to work out a formula which once the (DIF) has been selected will work out the training category. Any help or pointers would be really appreciated.

Thanks
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
page not found
how do you know the training category
is there a table of dif v training
is so - a lookup
 
Upvote 0
Wayne,

Thanks the training category is worked out by reading across the table:

D - Very Difficult
I - Not important = Trg Cat 2
F- Infrequent

Thanks
 
Upvote 0
=LOOKUP(A2,{"D","I","F"},{"Very Difficult","Not Important","Infrequent"})

where a2 is the dropdown

for i = what to return, Not important or Trg Cat 2
 
Upvote 0

Forum statistics

Threads
1,223,910
Messages
6,175,316
Members
452,634
Latest member
cpostell

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