auto input in next cell

  • Thread starter Thread starter just1creation
  • Start date Start date
J

just1creation

this is the formula in cell L84
=D84+G84+J84

but if i enter a value in K84 then i would like L84 to change to tha
value
 
just1creation said:
this is the formula in cell L84
=D84+G84+J84

but if i enter a value in K84 then i would like L84 to change to tha
value.
Hi just1creation,

Try this in L84

=IF(K84<"",K84,D84+G84+J84)

oldchippy :
 
just1creation said:
see attachment
Ok,

I've had another look at this and suggest you try these,

in K10
=IF(SUM(D10+G10+J10)<25,25,0)

in L10
=IF(SUM(D10+G10+J10)<25,25,D10+G10+J10)

Does this sort your problem?

oldchippy :
 

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

Similar Threads

filepath excel 2007 5
Dynamic Ranges 5
Need help with if function 1
Find last value in column... 3
SUMPRODUCT problem 7
Make Excel 2003 auto upate cell caluclations 3
Last value in column... 5
vlookup question. 5

Back
Top