Hi All,
I am have a working spread sheet I update daily.
My question is: If I manually change the content of a cell from a "?" to the word "yes", could this action then automatically prompt a completely different spread sheet to lookup the unique number from a column from the same row?
So basically when I change a word to "yes" I want another spread sheet to pick up the unique number that I've already given that row in another column, but only the rows with "yes" and as they happen if that makes sense!
I mainly want to know if this is possible and if the only way to achieve it is with VBA coding. I'm trying to learn it and think it will be a Private Sub Worksheet_change but don't want to waste time if this isn't something that's possible.
Much, much appreciated in advance.
I am have a working spread sheet I update daily.
My question is: If I manually change the content of a cell from a "?" to the word "yes", could this action then automatically prompt a completely different spread sheet to lookup the unique number from a column from the same row?
So basically when I change a word to "yes" I want another spread sheet to pick up the unique number that I've already given that row in another column, but only the rows with "yes" and as they happen if that makes sense!
I mainly want to know if this is possible and if the only way to achieve it is with VBA coding. I'm trying to learn it and think it will be a Private Sub Worksheet_change but don't want to waste time if this isn't something that's possible.
Much, much appreciated in advance.