Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I use the following type of code to place formulas in cells :
For Each cell In Range("A1:A2") cell.Offset(, 1).FormulaR1C1 = "=RC[10]&RC[8]&RC[15]" 'Equiv cell.Offset(, -1).FormulaR1C1 = "=IF(ISERROR(RC[5]/r4c13),""Data?"",RC[3]/r4c13)" Next This works fine, however my question is whether one can perform the calculations in the code and just place the result into the cells? I guess this may require learning a whole new syntax for coding the equations, but I was wondering if someone could give me some pointers? Many Thanks, Roger |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Newbie Formula Question - how to get formula to repeat in each subsequent row? | New Users to Excel | |||
Newbie Question - Subtraction Formula Question | Excel Discussion (Misc queries) | |||
I get error with "ROWS" in the formula - nested formula question | Excel Worksheet Functions | |||
Formula Question | Excel Discussion (Misc queries) | |||
Formula Question...PLEASE PLEASE help! | Excel Worksheet Functions |