GiovanniSegar
New Member
- Joined
- Aug 14, 2017
- Messages
- 2
When you put in a series of numbers in sequential cells then drag from the corner of the cell, Excel will see the pattern and predict the next few numbers for you.
But in more complex cases, Excel completely misses the pattern. For example, this formula:
=GETPIVOTDATA("Sum of NetSpentFirst30Days",$A$3,"AccountCreationDate",1,"Years",2016)/GETPIVOTDATA("Count of UserID",$A$3,"AccountCreationDate",1,"Years",2016)
I want to increase the 1 to a 2, then a 3, etc in sequential cells. Right now, I need to manually change both 1's for every cell. Is there a better way to do this? The only thought I have is that I could piece together the formula with a concatenate formula, but that would take a while to figure out with all the quotes I'd have to escape to make it work.
Any ideas for complex pattern prediction? Is there an excel function I'm missing that lets me tell excel which number to increment?
But in more complex cases, Excel completely misses the pattern. For example, this formula:
=GETPIVOTDATA("Sum of NetSpentFirst30Days",$A$3,"AccountCreationDate",1,"Years",2016)/GETPIVOTDATA("Count of UserID",$A$3,"AccountCreationDate",1,"Years",2016)
I want to increase the 1 to a 2, then a 3, etc in sequential cells. Right now, I need to manually change both 1's for every cell. Is there a better way to do this? The only thought I have is that I could piece together the formula with a concatenate formula, but that would take a while to figure out with all the quotes I'd have to escape to make it work.
Any ideas for complex pattern prediction? Is there an excel function I'm missing that lets me tell excel which number to increment?