Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi All~
I have a spreadsheet with a basic =f15 type formula. I need that formula to change automatically each month to the next cell down-f16, for example-if there is anything entered in that cell. I would like to do this with a formula rather than a macro. Any ideas?? Much appreciated & I always leave feedback:-) Thanks! -- smither fan |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Formulas can't change other cells.
Ross wrote: Hi All~ I have a spreadsheet with a basic =f15 type formula. I need that formula to change automatically each month to the next cell down-f16, for example-if there is anything entered in that cell. I would like to do this with a formula rather than a macro. Any ideas?? Much appreciated & I always leave feedback:-) Thanks! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
This will always return the last value entered in Column F =LOOKUP(2,1/(F15:F1000<""),F15:F1000) Mike "Ross" wrote: Hi All~ I have a spreadsheet with a basic =f15 type formula. I need that formula to change automatically each month to the next cell down-f16, for example-if there is anything entered in that cell. I would like to do this with a formula rather than a macro. Any ideas?? Much appreciated & I always leave feedback:-) Thanks! -- smither fan |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Mike
Your right! It did exactly what you said it would. The problem is that I didn't explain properly. I have other things a number of rows down in the same column, so I don't want it to necessarily refer to the last cell. I need a formula that would change the reference down 1 row when I input something into the cell below the last months input. I guess I'm trying to figure out a formula that would change the cell reference. Let's say my formula refers to f15-when I input something into f16 I need the formula to change to f16. Is this possible?? Probably only code would do this?? Thanks for such prompt attention! -- smither fan "Mike H" wrote: Hi, This will always return the last value entered in Column F =LOOKUP(2,1/(F15:F1000<""),F15:F1000) Mike "Ross" wrote: Hi All~ I have a spreadsheet with a basic =f15 type formula. I need that formula to change automatically each month to the next cell down-f16, for example-if there is anything entered in that cell. I would like to do this with a formula rather than a macro. Any ideas?? Much appreciated & I always leave feedback:-) Thanks! -- smither fan |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Bob for the quick reply! I think you answered my question. No harm
in trying, though.... -- smither fan "Bob I" wrote: Formulas can't change other cells. Ross wrote: Hi All~ I have a spreadsheet with a basic =f15 type formula. I need that formula to change automatically each month to the next cell down-f16, for example-if there is anything entered in that cell. I would like to do this with a formula rather than a macro. Any ideas?? Much appreciated & I always leave feedback:-) Thanks! |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're welcome.
Ross wrote: Thanks Bob for the quick reply! I think you answered my question. No harm in trying, though.... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to change keyboard shortcut "tab" to move only 1 cell right? | Excel Discussion (Misc queries) | |||
Move Cell Value to Right Using Formula | Excel Worksheet Functions | |||
formula, move to previous cell when the current cell=0 or empty | Excel Discussion (Misc queries) | |||
How to keep a cell ref in formula unchanged when the ref cell move | Excel Discussion (Misc queries) | |||
How do I move from a cell containing the formula TO a different c. | Excel Worksheet Functions |