Dif(col,n) function, but one that can handle subtracting between multiple datasets
Hello - I've got some data that for these purposes is akin to spectroscopic (XRD diffractogram for those that are familliar). I'm trying to do a basic background subtraction, but I have 200+ diffractograms, so I'm trying to automate it. I have the table in stacked format, and I'd love to just say "Here are my xy columns, and here is an ID column, do a Dif(col,n) function in column 4 that instead o...