=INDEX($B$2:$P$2,COLUMNS(B$2:$P$2))
Can someone explain to me why the above formula will reverse the order
of the contents of columns B:P?
This is my understanding: the COLUMNS(...) portion identifies the
column number in the range B2:P2, and the INDEX(....) portion returns
the contents of the cell corresponding to that column number in the
range B2:P2.
Sound correct?
Thanks,
Dave
|