corsasport.co.uk
 

Corsa Sport » Message Board » General Chat » Computer Question » Post Reply

Post Reply
Who Can Post? All users can post new topics and all users can reply.
Icon:
Formatting Mode:
Normal
Advanced
Help

Insert Bold text Insert Italicized text Insert Underlined text Insert Centered text Insert a Hyperlink Insert Email Hyperlink Insert an Image Insert Code Formatted text Insert Quoted text
Message:
HTML is Off
Smilies are On
BB Code is On
[img] Code is On
Post Options: Disable smileys?
Turn BBCode off?
Receive email notification of new replies?

seanreay1986

posted on 1st Mar 05 at 22:53

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.


Ian

posted on 1st Mar 05 at 22:43

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.


Swiftie

posted on 1st Mar 05 at 22:41

Believe you may need to dable in VB coding for this.

But I could be proven wrong.


seanreay1986

posted on 1st Mar 05 at 22:38

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