Hello
Hope someone can help here.
I have a rate card for rentals which looks a bit like this:
| Duration of Hire | Number of items | Fee |
| 3 | 2 | 100 |
| 3 | 3 | 200 |
| 6 | 2 | 300 |
| 12 | 3 | 400 |
| 12 | 4 | 500 |
My customers fill in a MS Forms form using radio buttons where they specify how long they want to hire for and how many items they are hiring.
I want to build a flow that emails them a fee based on those two inputs. I also want to capture that fee and use it elsewhere in the same flow to populate other documents and spreadsheets.
I have my forms set up and my rate card is in a Table in excel. It’s all working fine.
I cannot figure out how to programme the lookup in the Table using two conditions. E.g 6 months, 2 items = 300.
Can anyone suggest a Power Automate function or formula I should use?
Thank you.