Hi,
I have an excel mapping file that has calculations
Example
ID Product Account Math key
1. ABC. SDF345 a
2. ABC. SDF345 b
I want to create below
3. ABC SDF345 c=a-b
I have a long list of such mappings/calculations that I want to drive off from excel. Is this even possible? Because each and every row has a different "Math Key" its getting painful to do each line and then union the results. My workflow looks like giant mess. Any easier way to get around this?
Thanks