a b c d e
1 14 6014
2 6020 12020
a = milage at service
e = next service due
Is there a way to write a formula for any number entered in the a column
that adds 6000 and places it in e.Many thanks to anybody who can assist
"Cyclops" <Cyc...@discussions.microsoft.com> wrote in message
news:71679B90-6977-4F8E...@microsoft.com...
"Pokey" <Po...@discussions.microsoft.com> wrote in message
news:4AC9359F-E8CB-4D7D...@microsoft.com...
To answer David's question, it puts FALSE in column E when column A is
empty. If you copy the formula down in column E you'll get FALSE entered
until you enter numbers>1 in column A. If you copy down =A2+6000 you'll
see 6000 entered in column E when column A is blank.
I'd suggest =IF(A2="","",A2+6000) entered in E2, which will leave column
E blank unless a value is entered in column A when the formula is copied
down.
Bill
"Bill Sharpe" <wfsn...@adelphia.net> wrote in message
news:uAaiyoXj...@TK2MSFTNGP06.phx.gbl...
"David Biddulph" wrote:
> .
>
Bill