Hi all. I have a situation where multiple .csv files with the same output format are exported to a specific folder. It can be several on a day or hundreds. Each file has a maximum range of date from A1 to F97. Always from A to F but sometime fewer than 97 row entries. I would like to insert a new column (RACK_BC) in column G only for rows containing data. The inserted column cells should have the formula "=right(cell=("filename"),31)". After the column addition, the file can either be renamed from "*.csv" to "*edited.csv" or exported to a new subfolder "edited" with the same filename. Output file should look like the image below. Thank you for the help.