Hello! I'm a major coding newbie and recently had someone make a request that I can't fulfill. I know it's possible, but I don't have the knowhow to put it into action, so I was wondering if anyone here could help.
Basically we're working with a huge spreadsheet, 8 columns, 2000 rows, and there's a particular value (we'll say it's the word "NAME") that occurs multiple times in each row. We want that value to be replaced row by row with a different value from a list. So, for instance, on row 1 "NAME" would be replaced with "NAME_LOWERCASE", and then on row 2 with "NAME_UPPERCASE", and row 3 with "NAME_BACKWARD," etc. There are a total of 6 different values we need to replace the original 1, row by row through the entire sheet. Each instance of the original value in the row needs to be replaced with the same variable value from the list, through the entire sheet.
It's way outside my knowledge of code, but it feels like it should be simple. (Kind of driving me insane, like having a word on the tip of my tongue.) Any help would be appreciated!
Bookmarks