girapas
Board Regular
- Joined
- Apr 20, 2004
- Messages
- 150
Say that in every cell (A1 to A10) of a sheet, I select an item with Data Validation / List. The list is a named one (say 'List1').
After each selection I enter data (only numbers) to the adjacent cells (the same row, columns B to D). What I want is when I delete the content of cells B1 to D10, the value in cells A1 to A10 to be automatically blank. I've tried in another column (L) to enter formulas like these without success:
=IF(B1=0,$A1="")
=IF(B1=0,$A1=0)
=IF(ISBLANK(B1),$A1="")
Notice that I cannot use Conditional Formatting because I've used all Conditions in the whole range A1:D10.
After each selection I enter data (only numbers) to the adjacent cells (the same row, columns B to D). What I want is when I delete the content of cells B1 to D10, the value in cells A1 to A10 to be automatically blank. I've tried in another column (L) to enter formulas like these without success:
=IF(B1=0,$A1="")
=IF(B1=0,$A1=0)
=IF(ISBLANK(B1),$A1="")
Notice that I cannot use Conditional Formatting because I've used all Conditions in the whole range A1:D10.