On entering a Number, the Score should be listed. This i can get using lookup function. My requirement is that on entering a number (which falls under two numbers, the Score related to the higher value should get listed. Like if i enter 15 then since 20 is the value above 15, the Score i should get is 10).
Lookup(List, Number=15, Score) is not helping me here.
Filter(colNumberScore, Number >=Value(txtValue.Value)),
Number,
SortOrder.Ascending
)
).Score
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.