Suppose I have 10 rows of data. I apply some filter to the data and row numbers 7 and 9 are filtered OR visible.
I want to loop through the data (10 Rows) and output the string "Is Visible" in a blank column (suppose Column C), only for the Visible rows (i.e. Range C7 and Range C9).