I have a table of data with a dynamic range of columns. Sometimes more columns can be added and sometimes there could be less.
Overall, I am trying to find the last column of data used in the table via excel Vba (ie column ab) , take the next column (ac) and input a formula in ac 2 i.e =sum[amount].
Does anyone have any suggestions to help?
Regards