Hi
I have a curly one here and wondering if this is possible.

I have data as follows

| F600 |
| 342 |
| F602 |
| F601 |
| NONE |
| 350 |
| 345 |

I want to move all numbers into a column in ascending order. If it is a number with F in front I want to place YES in the adjacent column on the right. If a number without an F I want a YES in 2 colums to the right. If it has NONE in the field I want it to be ignored. So to look like as follows

| 342 | NO | YES |
| 345 | NO | YES |
| 350 | NO | YES |
| 600 | YES | NO |
| 601 | YES | NO |
| 602 | YES | NO |

I dont know if its possible. But it would be awesome if it could be done.

Thanks

PS Ignore the "NO"s. I dont need them I just put them in as the layout of the diagram got screwy with just nothing in there.