View Single Post
 
Old 04-26-2019, 03:36 PM
ChrisOK ChrisOK is offline Windows 10 Office 2019
Advanced Beginner
 
Join Date: Sep 2016
Posts: 54
ChrisOK is on a distinguished road
Question IF cell in Col A is populated BUT cell in Col C is blank DELETE ROW

Needing to have entire row deleted using VBA IF either of these 2 Rules are TRUE:
Rule #1 IF cell in Col A (is populated with anything) but cell in Col C (is blank)
AND/OR
Rule #2 IF cell in Col D has the #VALUE error present

Conditional Range would apply to: rows 7:40

Hopefully, I'm wording that correctly...
If a row is found where Col A is populated but Col C is blank (delete that row)
.. also
If a row is found where Col D has the #VALUE error present, delete that row too


Thank you in advance!
Reply With Quote