I need some assistance please. I am running a vlookup function that returns text to a specified cell if the value my vlookup is referencing appears. I have several vlookups in column "A" of worksheet 1 that reference data in column "A" of worksheet 2. In worksheet 1, there is always a list of lets say accounts that are returned from worksheet 2 because they are consistently part of the data I analyze. On the other hand, there are times when other accounts appear on worksheet 2 that I need to appear on worksheet 1, but only if they show up. The vlookup function will return the value but I want the row to appear or unhide if the vlookup returns the value, otherwise the row should remain hidden.
Right now, I have a set of additional rows hidden but can easily be unhidden when data populates a cell. A macro I currently have unhides all the hidden cells whereas I only want the cells with data in them to unhide.
Right now, I have a set of additional rows hidden but can easily be unhidden when data populates a cell. A macro I currently have unhides all the hidden cells whereas I only want the cells with data in them to unhide.