May 02 2024 06:38 AM
HelloHow do you empty cells based on a particular value entered in another cell?Example if cell A1 = NACells A2:D6 are emptied?
Thanks
Thierry
May 02 2024 06:49 AM
@tmartinez380
That cannot be done unless writing some VBA code.
Another possibility:
Write on each cell of range A2:D6: =IF($A$1="NA","","Something else here")