Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a workbook with 2 worksheets. Each cell (10 rows by 25 columns worth)
in the last worksheet adds the value from the corresponding cell in the first worksheet to a constant number (e.g. sheetlast.cell(A1) = sheet1.cell(A1)+5). I have created a maco to make a copy of the first worksheet for a total of 3 worksheets. I want to add to the macro to update the formulas in the last worksheet to look something like this sheetlast.cell(A1) = sheet1.cell(A1)+sheet2.cell(A1) + 5. Anyone ideas how to do? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding formula | Excel Worksheet Functions | |||
Adding on to a formula | Excel Worksheet Functions | |||
adding a formula including the value another formula gets | Excel Discussion (Misc queries) | |||
Formula help : adding | New Users to Excel | |||
Adding another formula to and Exsiting Formula | Excel Programming |