My table looks similar to this I have a table with 15 rows and 6 columns. Let's say my column number 6 is patient's blood sugar; I want to multiply all elements that come on odd positions by 5 and leave the rest unchanged (only for that specific column). How can I do that?
if in odd positions then blood sugar * 5 ..... if in even position then leave unchanged
Thank you