Skip to main content
Ground Control | Tier 1
January 16, 2023
Question

Excel find next black cell and delete entire row

  • January 16, 2023
  • 1 reply
  • 90 views

Hi, may I ask if anyone know how to find the next blank cell in Excel and delete the entire row that with this blank cell by Excel basic package? 
Also if anyone know how to get cell value from 3 different sheets(in 1 workbook) and set value to another sheet at the same time? 
Thank you!

1 reply

Most Valuable Pathfinder
January 17, 2023

Hi @fiona42811 

Use Excel Advance  package → Remove Blank rows command in the specified range or you can write custom VB script as well

Chand