I need to make this situation happened:
Let's say I have three different tabs, let's call them Atab
, Btab
and Sum.
In Atab
and Btab
I have rows of information. In column K
, I have a "comment column".
If the comment column in some row is not blank (it has a comment) - I want the whole row to be coppied to Sum tab.
So in the Sum tab
I will see all of the rows of Atab
and Btab
with comments (on K column)
.
Is it possible? :)