L
Lewis Koh
A B
1 Liquor $100.00
2 Medical $50.00
3 breakfast $2.50
4 lunch $1.20
5 dinner $5.30
6 *Total:* =SUM(B1:B5)
7 breakfast $13.50
8 water $1.10
9 Dinner $80.00
10 others $13.90
11 *Total:* =SUM(B7:B10)
Is it possible to create a button to clear only A1:B5 and A7:B10
Something like
if A12=1, A1:B5 and A7:B10 will be cleared
1 Liquor $100.00
2 Medical $50.00
3 breakfast $2.50
4 lunch $1.20
5 dinner $5.30
6 *Total:* =SUM(B1:B5)
7 breakfast $13.50
8 water $1.10
9 Dinner $80.00
10 others $13.90
11 *Total:* =SUM(B7:B10)
Is it possible to create a button to clear only A1:B5 and A7:B10
Something like
if A12=1, A1:B5 and A7:B10 will be cleared