Split list based on equal value, doen't work for some reason

Hi,

Something very strange,
I would like to split List A, based on the values in list B.

However when I do this with the = equal command, it doesn’t recognize the ‘same’ value 26.7?

2020-04-27 Same value wont split.gh (9.0 KB)

Any suggestions?
I tried to round the number of but didnt work either.

Thank you :slight_smile:

the lists are going to try and match, so item [3] in list 1 is 26.7 & 23.7 in list 2, hence its false.


ExistOrNot.gh (5.3 KB)

2 Likes

something like this would work

1 Like

Thank you both! :+1: :+1: