G
Guest
Hi!
Hopefully someone knows this:
I have a column with numbers which I need to sort into categories of 5 cm
each. (0-4.99cm will be category 0, 5-9.99cm cat 5 etc) The categories in
the output column will be represented by just one number to avoid using text.
How do I write the query??? (I´ve used the command If before, but that
includes the command "or else", which I can´t use here)
Thanks!
Example:
Original (cm) Output (kategories of cm)
26 25
23 20
7 5
14 10
Hopefully someone knows this:
I have a column with numbers which I need to sort into categories of 5 cm
each. (0-4.99cm will be category 0, 5-9.99cm cat 5 etc) The categories in
the output column will be represented by just one number to avoid using text.
How do I write the query??? (I´ve used the command If before, but that
includes the command "or else", which I can´t use here)
Thanks!
Example:
Original (cm) Output (kategories of cm)
26 25
23 20
7 5
14 10