I want to find the nearest value

@Jayesh_678 Can you give an Example?

1 Like

Suppose in the strArray variable values are:- {“121.89”,“122”,“130”, jay} and the “jay” variable is null. Then i want to compare with only three values. Is it possible?

There may be One value only. Other three values are null. Sometimes Two are null and so on. Can we handle this?

@Jayesh_678 Check this :
I guess this should work fine for your cases

FindClosestValue.xaml (7.0 KB)

3 Likes

Working fine. Thanks for help.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.