Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks for your help
"CLR" wrote: If you don't get anything any better, this will work for a small range... atln40 = Range("b2").Value + Range("b3").Value + Range("b4").Value or you can compute the sum on the sheet in a helper cell and then refer to that cell for the total Vaya con Dios, Chuck, CABGx3 "orquidea" wrote: Thanks for your answer. I still need the variable ATLN40 = (the total of the sum) bacause I will use the result of this variable for other calculation, so I will need to refer to ATLN40. Usted tambien vaya con Dios "CLR" wrote: Try this......... Range("A1").Value = "=concatenate(SUM(B2:B4) & "" - 20 's"")" Vaya con Dios, Chuck, CABGx3 "orquidea" wrote: Hi How do I have to code the below procedure in a macro properly? ATLN40 = "=Sum(B2:B4)" I want to diplay the result in other cell. I have the following code: Range("A1").Value= ATLN40 & " - 20's" What I am getting now in Range A1 is =Sum(B2:B4) - 20's , not the result of the sum. Could anyone help me please? Thanks, Orquidea |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula or Macro | Excel Discussion (Misc queries) | |||
Is there a Formula or Macro for This? | Excel Discussion (Misc queries) | |||
Macro Formula for Max value | Excel Worksheet Functions | |||
Macro Formula for Max value | Excel Worksheet Functions | |||
Add formula to Macro??? | New Users to Excel |