View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.misc
MrRJ MrRJ is offline
external usenet poster
 
Posts: 109
Default Delta Variances by Period

Bob,
Not quite sure I understand here. Sorry. Here is a quick table so I can
reference our example. This area is B2:E3. If I put your formula in E3, how
does it know what periods to select? Also, what did you mean by DV
selections?

Period 1 Period 2 Period 3 Period 4
1,251,100 1,625,115 1,519,334 1,715,852

I appreciate your help in my understanding. Sometimes it is hard to
interpret via notes like this. I will get it.

MrRJ

"Bob Phillips" wrote:

I was assuming that period 1 value is in B2, period 2 value in B3, etc., and
the first and second periods are simple numbers, so it indexes directly in.

What will you have in the DV selections?

--
__________________________________
HTH

Bob

"MrRJ" wrote in message
...
Bob,
It looks good. Trying to visualize how this would work. As you stated,
my
data is on row B, how does it look for what period it is? Let's say the
word
"Period #" is on row A. I appreciate your helping me understand this.

MrRJ

"Bob Phillips" wrote:

Assuming that the data is in B2:B14, then the delta is

=INDEX(B2:B14,second_period)-INDEX(B2:B14,first_period)

the percentage change is then

=INDEX(B2:B14,second_period)/INDEX(B2:B14,first_period)-1



--
__________________________________
HTH

Bob

"MrRJ" wrote in message
...
Hello,
I need your assistance. I have several columns, Period 1 through
Period
13.
Every Period has specific data. I would like to create an analysis
piece
in
which I would like to see the delta change from say, Period 01 & Period
02
and the percentages change. I was thinking of using the Validation
table
so
the user can select what 2 Periods they want to see the anaylsis. It
is
from
there that I cannot think of a way to do...the If statement I was
thinking
would exceed the max of 7. Any ideas?

MrRJ