I have project row information and it has a number column (2 decimal places), called ‘Hours’, and I want to generate/split the value of the Hours out into several rows. So the number of rows will vary depending on the number in this column.
The rows are to be generated in batches of between 0-100 (as an example).
So if there is a value of 525 then this will generate 6 new rows.
See attached sample dataset in excel.