I would like to extract the last 7 columns of an invoice file that we receive each month. The issue I have is that the number of columns prior to the last 7 will not always be the same (i.e. the August file had 184 columns but the October file only had 124 columns).
Hi
if you transpose your data add a new row id to get the column names into one column you could then sort them descending and then take the first 7. These could be then later used with reference column filter to get the last 7 from your original table
br