Forum Discussion
Frankfurt99
Mar 11, 2024Copper Contributor
Excel - five variables - HELP!!
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!
3 Replies
Sort By
- PeterBartholomew1Silver Contributor
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))
What is the logic behind for the result?
- Detlef_LewinSilver Contributor
Please delete your post and write a new one.
Consider providing a sample workbook with the intended result.