Forum

Notifications
Clear all

how to do a look up based on a pair of reference columns

4 Posts
2 Users
0 Reactions
91 Views
(@hat-chris)
Posts: 3
Active Member
Topic starter
 

I am looking for a net and quick war of doing a lookup against 2 columns. 

e.g for the attached file  given "cat" and "test 2" I want the data A8, B8, C8 and so on.

 

I make a lot of use of Excel for doing structured documentation and am trying to product an automated risk assessment tool that can take historical or new data and so I potentially need to use 2-4 reference values to define the required output cell.  I have recently move to 365 and was hoping I could do something neater than building intermediate tables.

 

yours

 

Chris Lowe

 
Posted : 28/07/2020 6:04 am
Philip Treacy
(@philipt)
Posts: 1629
Member Admin
 

Hi Chris,

no attachment.

Regards

Phil

 
Posted : 28/07/2020 6:17 am
(@hat-chris)
Posts: 3
Active Member
Topic starter
 

sorry - here it is

 
Posted : 28/07/2020 8:27 am
Philip Treacy
(@philipt)
Posts: 1629
Member Admin
 

Hi Chris,

You can use the Filter function for this:

=FILTER(Table1[data1]:Table1[data3],((Table1[animal]="cat")*(Table1[test]="test 2")))

Regards

Phil

 
Posted : 28/07/2020 9:13 am
Share: