Hi everyone,
I need help solving a query where I am looking for prices of a database (internet bandwidth prices) but the bandwidth may not be an exact match.
So the lookup criteria is:
a. Product: [Exact match] DIA or BB
b. Country: [Exact match] In my example I am looking up United Kingdom
c. City: [Exact match] In my example I am looking up London
d. Download speed: [Can be exact or not exact match] In my example, I can solve this issue if I am looking up an exact match of 100Mbps
My question is what is the formula if I wanted to find 150 instead of 100. As there is no 150, I need it to return the price of the next larger alternative which in this case is 200Mbps for €500. I have used XLOOKUP with matchmode of 1 for larger return but I don't even know how to split this data as the search has to be narrowed to Product, Country and City.
Many thanks in advance!
I need help solving a query where I am looking for prices of a database (internet bandwidth prices) but the bandwidth may not be an exact match.
So the lookup criteria is:
a. Product: [Exact match] DIA or BB
b. Country: [Exact match] In my example I am looking up United Kingdom
c. City: [Exact match] In my example I am looking up London
d. Download speed: [Can be exact or not exact match] In my example, I can solve this issue if I am looking up an exact match of 100Mbps
My question is what is the formula if I wanted to find 150 instead of 100. As there is no 150, I need it to return the price of the next larger alternative which in this case is 200Mbps for €500. I have used XLOOKUP with matchmode of 1 for larger return but I don't even know how to split this data as the search has to be narrowed to Product, Country and City.
Many thanks in advance!