Hi there. On a scale of 1-10, my familiarity with excel/VBA programming is a 1, but I need to figure out how to do this, and I'm hoping you can help me out. Here's the scenario:
I have an excel workbook, and in it is a worksheet entitled Internal, which is password protected and contains information that should be visible to everyone with the password when it is shared online. Some of this information -- the "External" information -- needs to be shared with another party and displayed on the worksheet entitled External, which has no password. There is a column on the Internal worksheet titled "External? (Y/N)" which indicates whether the row of information should be copied to the External worksheet or not.
Basically, I need to scan each row of a table in a specific column, looking for the string "Y" or "N". If the string is "Y", the information in the row needs to be copied to a table in the second worksheet. If the string is "N", the information will not be copied and should remain in the first worksheet. The only thing I've managed to do is use an IF function, but this is very tedious and requires me to manually enter the function into each cell AFAIK.
I've attached a table with an example of what I need to happen. The worksheet Internal contains the table with all information, and the worksheet External contains only the rows from the Internal table that have a "Y" in column F.
Thanks
Bookmarks