#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default Indirect VLookup

Would anyone be able to help me in the following??

I need to create a formula using indirect Vlookups to shift a data range
based on a month period.

For example: the current month being March 2008.
using a 12 month of sum of April 2007 to March 2008 - once it becomes April,
I will need it shift the range from May 2007 to April 2008.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 213
Default Indirect VLookup

I need to create a formula using indirect Vlookups to shift a data
range based on a month period.

For example: the current month being March 2008.
using a 12 month of sum of April 2007 to March 2008 - once it becomes
April, I will need it shift the range from May 2007 to April 2008.


Here's one approach, but it doesn't use indirect Vlookups.

Put the dates in column A, one month per row.
Put the corresponding amounts to be summed in column B.
Put the "current month" in C1.
Then consider the formula
=SUM(OFFSET(B1,MATCH(C1,A:A,0)-12,0,12,1))
Modify to suit.

(I have Excel 2003.)
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VLOOKUP WITH INDIRECT excelent Excel Discussion (Misc queries) 3 March 13th 08 02:42 PM
VLOOKUP & INDIRECT Graham Y Excel Discussion (Misc queries) 2 April 3rd 07 04:18 PM
Indirect/Vlookup/??? Light Excel Discussion (Misc queries) 2 October 5th 06 02:05 PM
vlookup with indirect Tonto Excel Discussion (Misc queries) 4 September 11th 06 11:00 PM
vlookup, &, indirect Joe Blow Excel Worksheet Functions 2 March 3rd 05 10:40 PM


All times are GMT +1. The time now is 11:11 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"