Formula to delete row when cell contains "Y"

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?
 
J

Jacob Skaria

A formula can return "" based on some condition (for the cell in which the
formula is applied); but cannot replace another cell content.
 
K

KevHardy

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.
 
Top