Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You posted under Excel 'Functions'... You may not need a macro... See this
site: http://www.contextures.com/xlFunctions02.html Regards, Ryan--- -- RyGuy "Canron newbie" wrote: 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 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. "Canron newbie" wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
When I make a row absolute, but column relative, the column stays. | Excel Discussion (Misc queries) | |||
how do I update a column and create new rows for new column cells | Excel Discussion (Misc queries) | |||
how to make one column copy from one sheet to anoth column w/o zer | Excel Discussion (Misc queries) | |||
How do I update Column #1 based on specific value of column #2? | Excel Worksheet Functions | |||
Excel, when column A and B have same name make column C add up in mail merge | Excel Discussion (Misc queries) |