Excel - five variables - HELP!!

Copper Contributor

Hi all,

 

I need help with something.

 

I have variables and would like to set up a formula which automatically put in the result.

 

The first five are my variables. Each variable has different options. The last one is my result.

How can I set up the formula?

 

Thank you for your help!

Frankfurt99_0-1710181001625.png

 

3 Replies

@Frankfurt99 

Please delete your post and write a new one.

Consider providing a sample workbook with the intended result.

 

@Frankfurt99 

What is the logic behind for the result?

@Frankfurt99 

You have provided the criteria you wish to satisfy but failed to describe the data source that you will need to select from.  Assuming you have a table with the same headings as your criteria, you could seek the first match or list multiple matches

"First match"
= XLOOKUP(TRUE, BYROW(variables = required, AND), PREISAUSCHLAG)

"List of matches"
= FILTER(PREISAUSCHLAG, BYROW(variables = required, AND))

image.png