First of all I am sorry, there were some mistake in my question submitted earlier.
I have a file containing 14 columns. I would like to get answers i.e. number of characters without space from column 2 (description) multiplied with quantity in column 6 either in column 7, or 8, or 9 or ….. 13 based on value in column 5. Example “if value in column 5 is 3, then the character count with quantity multiplied from column 6 should come in column 9” like if value in column 5 is 8, then the character count with quantity multiplied from column 6 should come in column 13”, etc, etc.. Please help.