1. I have an excel sheet with a column where I want every number should b numbered, but since it’s not sorted in the sequence this number, and when i want to insert a new number for this row, I need to know what is the biggest number that is already used in this column, also I want to make it quick and easy, so I want to make a macro with a formula that should give me the next number after the max number, but the problem is if let say the column is column G, and I enter a formula =MAX(G:G)+1, it will include the current cell, so I would like to know if it’s possible to include in the formula the whole column but exclude the current selected cell?
2. Also I would like to know if there is a different way how to add a number for each row based on the maximum number that is inserted in this column?
2. Also I would like to know if there is a different way how to add a number for each row based on the maximum number that is inserted in this column?