Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
my current excel has: A B C 1 1 2 2 3 3 4 4 n n I would like to let the value in column C is =Ax + Bx, where x is the row number, but how to add this formula in a batch? currently, i only can loop all the row and add manually : e.g. for i = 1 to 1000 range("C" & i ).formula = "=A" & i & "+B" & i next any other or faster method? nick |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Large formula | Excel Worksheet Functions | |||
Formula too large | Excel Discussion (Misc queries) | |||
How many chart types does excel have: please exact ammount? | Charts and Charting in Excel | |||
How many chart types does excel have: please exact ammount? | Excel Discussion (Misc queries) | |||
Program colunm to switch receievable ammount from 30 to 60 days | Excel Discussion (Misc queries) |