Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way I can do a loop in an excel formula?
Is is possible to call a macro on a cell change event? Is is possible to modify or add formulas to Excel? When a formula is updated, I want a loop to fire off that updates the value of the cell by appending a number to it: essentially I want to automatically change a column without manually running a macro. For example, I want the formula to make sure the value in a given column is unique, so I would want to change: 1 1 1 1 1 to: 1 1_1 1_2 1_3 1_4 Any help is appreciated... thanks, dan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Too Many IF Statements Nesting Error (Excel Formula Loop w/o VBA) | Excel Worksheet Functions | |||
Loop type formula - no Macro | Excel Discussion (Misc queries) | |||
loop a list with the IF formula | Excel Discussion (Misc queries) | |||
Excel formula similar to a loop in Basic? | Excel Worksheet Functions | |||
HELP!!!! Can't stop a loop (NOT an infinite loop) | Excel Programming |