Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi!
I need to output a formula into a cell and then autofill. My problem is that I don't know how far down this will go because it depends on a parameter that the user has chosen. I will also need to sum this column. i.e. I would normally write a loop: For i=1 to n Cells(i,1)=(1+(Cells(i,2))^2/Cells(1,3) Next i ..etc But I need the actual formula in the cell not just the value because I will then be using Solver so the cells need to be connected to each other. Is this possible? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Concatenating two text strings, formula is right, cell output is w | Excel Worksheet Functions | |||
how do I output result of formula to another cell? | Excel Discussion (Misc queries) | |||
Function/ formula to output a cell reference | Excel Worksheet Functions | |||
Can a formula display output to an otherwise blank cell? | Excel Worksheet Functions |