Forum Discussion
Bahjat_Haddad
Nov 01, 2023Copper Contributor
Need help to choose the right function.
Hi,
Can someone please advise how to get around this. I have two inputs as shown in the attached photo, in red and green. What kind of function that would return a value i.e. orifice size, from the very first left column based on these two inputs?
in the example below the function should start by looking for a value of 100 in the first row of the array which is in this example (3rd column in the array here) and then search in that column to find 9, then returns 12.7 from the first column
Thanks
6 Replies
- Harun24HRSilver Contributor
- Bahjat_HaddadCopper Contributor
Harun24HR One more question please, if the value in cell C9 is 7 instead of 9, how can I write the equation so it can go automatically to the next higher value i.e. 9?
- Harun24HRSilver ContributorThen we have to use >= or <= operators.
- Bahjat_HaddadCopper Contributor
Harun24HR Thanks a lot
- Harun24HRSilver ContributorIf you find it useful then please tick mark it as best response.