Disabling formula

M

Mel D

i am creating a termly spreadsheet to calculate children,s point score. If a
child joins us during the spring term I want it's score to be included in
that term but not in the earlier autumn term. I want therefore to disable the
formula in the autumn term calculation but let the remaining formula WORK. I
DON'T WANT TO PASTE THE VALUE OVER THE TOP BECAUSE I will need the formula to
work again next year as this is a running record... eek any help would be
very much appreciated... smile
Melanie oops sorry about the misplaced capitals!!
 
N

Nick Hodge

Melanie

Could you wrap your formula in an IF and use the start date of the child,
e.g.

=IF(StartDateOfChild>EndOfAutumnTerm,JustTakeSpringCalc,TakeSumOfSpringAndAutumn)

You would code the end of autumn term in another cell so you could just
update this next year.

Does that make sense?

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
(e-mail address removed)
web: www.excelusergroup.org
web: www.nickhodge.co.uk
 
G

G McPherson

You can convert the formula to text, thus disabling it, by inserting an
apostrophe before the opening = character.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top