How to make one column update another column in Exell

C

Canron newbie

I want a macro or something to make a value in C column place another value
in K column ie: C= 3 and then K would = 5.5 on the same row
 
F

Fleone

That could be pretty easy depending on exactly what you want.
Let's say that column K is there to add a fixed number to whatever is in
Column C.
Cell K1 would have this formula in it:
=C1+2.5 or =SUM(C1,2.5)
As soon as you entered a number in cell C1, Cell K1 would add 2.5 to the
number and display the result, in this case 5.5.
You could then copy K1 as far down as you would like.
 

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