Formula to delete row when cell contains "Y"

  • Thread starter Thread starter KevHardy
  • Start date Start date
K

KevHardy

Hi,
Column J can contain either "" or "Y". When J contains "Y" I want to delete
the contents of columns A:J in that row only.
Is this possible using only a formula rather than a macro?
 
A formula can return "" based on some condition (for the cell in which the
formula is applied); but cannot replace another cell content.
 
OK. Thanks

Jacob Skaria said:
A formula can return "" based on some condition (for the cell in which the
formula is applied); but cannot replace another cell content.
 
Back
Top