seanreay1986
Member
Registered: 30th Jul 04
Location: Washington, Tyne and Wear
User status: Offline
|
in excel i am making a spreadsheet and i want to put a formula in so that when one of the cells is populated another 2 cells are cleared.
Thanks
|
Swiftie
Member
Registered: 7th Jan 05
Location: Greater London
User status: Offline
|
Believe you may need to dable in VB coding for this.
But I could be proven wrong.
|
Ian
Site Administrator
Registered: 28th Aug 99
Location: Liverpool
User status: Offline
|
In the cell you want clearing:
=IF (A1<>"","","hello")
ie. if A1 not equal to nothing then cell you're in is set to "" else its set to say hello.
|
seanreay1986
Member
Registered: 30th Jul 04
Location: Washington, Tyne and Wear
User status: Offline
|
the first two cells will have dates in them and when i put a date in the third cell i automatically want it to delete the first two cells. Could anyone do a quick example for me please.
|