Select only every 2nd value in a spread

I’m about to split a spread of values sourced from an Excel sheet, using a pipeline like: Reader (Raw), Excel (Raw), Table (Excel), QueryColumn (Excel). All values show up in an IOBox as expected, but how can I split them to work on, let’s say, every second value (ie. all values from one row)?

Unzip (Value) does the trick :D

1 Like

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