Bear with me on this one
let’s say I have multiple sets of 12 months numerical data and the field names use the following conventions
Y1Jan, Y1Feb….. to Y1Dec
Y2Jan, Y2Feb……to Y2Dec
etc
etc
I would like to auto-create fields with variances as data, so using a workflow another set of 12 months fields would be created and the data would be the variance eg
Y1JanvY2Jan field would be Y1Jan minus Y2Jan and so on for all 12 variances.
In reality I will have many sets of 12 months so I cant be creating each formula individually, it needs to be automated or using a macro. Also I expect I would need some way of specifying which variances I want to generate eg let’s say I just want Y1 months v Y4 months and then Y2 months v Y5 months.
hope that makes sense!