I'm working on a project that needs to hide entire rows if one of the cells in each row does not contain one of two text options. I have three tabs, titled 'Bidding', 'Open Jobs', and 'Job Results'. Bidding is used to enter new data, Open Jobs reflects all the same information from the Bidding tab but is not for editing, and the Job Results tab is meant to only reflect completed bids.
I need to remove bid results marked "Unknown/TBD" and/or "0" (I'm using index/match from the Open Jobs tab), and leave only rows that reflect "Won" or "Lost".
I'm very new to VBA, so I'm blindly entering formulas in hopes of stumbling across the correct syntax. Would anyone know some useful codes that would hide rows based on the text in a particular cell?
Thanks!
I need to remove bid results marked "Unknown/TBD" and/or "0" (I'm using index/match from the Open Jobs tab), and leave only rows that reflect "Won" or "Lost".
I'm very new to VBA, so I'm blindly entering formulas in hopes of stumbling across the correct syntax. Would anyone know some useful codes that would hide rows based on the text in a particular cell?
Thanks!