I would like to combine the information in rows 10 and 11. At the end of January this year my company changed how we name our customers internally; initially there was a number, that has since been removed. I want columns B-U to have the information from row 11 and columns V-AA to have the information from row 10 and row 11 (there will only be a number in one row, never both). I tried making another spreadsheet to reference this one with the following function:
=IF(AND([NB.xlsx]NB!$B10<>[NB.xlsx]NB!$B11,[NB.xlsx]NB!$E10=[NB.xlsx]NB!$E11),[NB.xlsx]NB!V10+[NB.xlsx]NB!V11,[NB.xlsx]NB!V10)
This almost does everything I need. Row 11 has all the information I need. My issue is that row 10 needs to be deleted. Does anyone know how to do this with a macro or VBA? I have over 400 instances this needs to happen otherwise I would do this manually.
Combine 2 lines into 1.png
Bookmarks