Forum

Notifications
Clear all

Lookup actual value compared to planned value

5 Posts
3 Users
0 Reactions
79 Views
(@balakrish)
Posts: 2
New Member
Topic starter
 

Dear All,

Please find attached excel file.

I need the formula for my requirement.

 
Posted : 10/03/2020 12:49 pm
Philip Treacy
(@philipt)
Posts: 1629
Member Admin
 

Hi,

Do you have XLOOKUP?  If so you can use this:

=XLOOKUP(G3,$E$3:$E$22,$A$3:$A$22,,1)

See the attached workbook.

Regards

Phil

 
Posted : 10/03/2020 9:10 pm
(@balakrish)
Posts: 2
New Member
Topic starter
 

Thanks Philip for the immediate reply.

Only the problem....I don't have XLOOKUP..

How to get it and install. I am using EXCEL 2013 version.

Thanks.

 

Bala

 
Posted : 11/03/2020 1:32 pm
Philip Treacy
(@philipt)
Posts: 1629
Member Admin
 

Hi Bala,

See attached.  The formula in Col J is an array formula that you will need to enter with CTRL+SHIFT+ENTER but does the job:

=MATCH(MIN(IF($E$3:$E$22>=G3,$E$3:$E$22)),$E$3:$E$22)

Regards

Phil

 
Posted : 11/03/2020 8:03 pm
(@purfleet)
Posts: 412
Reputable Member
 

If the data is sorted you can use =INDEX($A$3:$A$22,MATCH(G3,$E$2:$E$22,1))

Purfleet

 
Posted : 12/03/2020 4:52 am
Share: