In Input we have 9 Column by which we have to make out put. So the formula for making new column is sum of last three column's divide by 3. But the main concern is that my input files doesn't have any fixed number of column's. So i am unable to give the column name.
So i have to do this dynamically. So i don't want to use the formula like "A" = (F6+F7+F8)/3.
So pls give me suggestion what i can do here by which i get last three column dynamically without the name give hard coded.
i saw a tool dynamic select which is relevant in which there is a Field called [FieldNumber]. How can i use this if it can be helpful.