Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use "FillDownC" if your changing data in columns A & B should increase or
decrease in rows. Sub FillDownC() With Range("C1") .Formula = "=A1+B1" .AutoFill Destination:=Range("C1:C" & Range("A10000").End(xlUp).Row) End With End Sub -- Thank you Aussie Bob C Little cost to carry knowledge with you. Win XP P3 Office 2007 on Mini Mac using VMware. "Shon" wrote: Can I automate filling down a formula e.g. if I have to formulas a1+b1 and answer is in c1 I then want the next formula to calculate a2+b2 and put answer in c2 and repeat this down 20 rows. I currently have to put the formula in manually as the cells references containing the data may change sometimes Any ideas? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Fill-in formula which calculates automatically | Excel Discussion (Misc queries) | |||
Automatically fill cell value | Excel Worksheet Functions | |||
automatically fill in formula | Excel Discussion (Misc queries) | |||
set up a formula to automatically fill down from previous cell | New Users to Excel | |||
Copy and fill automatically | Excel Programming |