Forum Discussion
BDCanuck
Oct 27, 2022Copper Contributor
Help checking and re-ordering columns
Hello all, I have data that comes to me in a long line of columns that are regularly switched around. Every week I need to move the columns to make the data conform to a spreadsheet that has a bu...
- Oct 27, 2022
OliverScheurich
Oct 27, 2022Gold Contributor
- BDCanuckOct 27, 2022Copper ContributorThank you! That worked! For anyone else curious, there was a little bit of German left in the formula that OliverScheurich suggested. The formula for English Excel is =CELL("Col",INDIRECT(B2&"1"))-CELL("Col",INDIRECT(A2&"1"))
- OliverScheurichOct 27, 2022Gold Contributor
You are welcome! Thank you for the correction!
- BDCanuckOct 27, 2022Copper ContributorHello again OliverScheurich! I tried to use the formula with strings of text, (which are what I actually receive as Column Header names). It didn't work. Is there something about this formula that is limited to the alphabet? It seems to work only for strings of three letters or less, with "XFD" being the last string that works.
Sorry if I'm asking dumb questions! I'm pretty new to this!