Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15
Default Lookup expiration dates by calendar month

I have a worksheet tab with the following three columns sorted by Expire Date
with over 500 rows of data.
A B C
Expire Suite #
Date Occupant RSF
3/31/2009 105: Name A 100
1/10/2010 210: Name B 200
2/15/2011 107: Name C 150

I have a 10 year calendar on another worksheet tab (example below) for
presenting expirations by month/year with Suite #: Occupant and RSF (rentable
square feet).

A B C D E
F...
1/1/2009 2/1/2009 3/1/2009€¦ 12/1/2009
105: Name A 100

1/2/2010 2/1/2010 3/1/2010€¦ 12/1/2010
210: Name B 200


1/1/2011 2/1/2011 3/1/2011€¦ 12/1/2011
107: Name C 150

I am trying to write a formula or function to find expiration dates each
calendar month for the 10-year period and return the €˜Suite #: Occupant in
the column below the date and €˜RSF in the adjacent column. Is it possible
to do a lookup for a calendar date i.e. 1/1/2009 to 1/31/2009 etc. and return
the corresponding 'Suite #: Occupant' and 'RSF' columns?
Thanks,
Ken
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 55
Default Lookup expiration dates by calendar month

You could easily get this info using a Pivot table. Once you have the dates
right click on a date on the Pivot table and select "group and show
detail"-- group and select month+Year
Google it if you are unsure how to create a Pivot table

"Ken King" wrote:

I have a worksheet tab with the following three columns sorted by Expire Date
with over 500 rows of data.
A B C
Expire Suite #
Date Occupant RSF
3/31/2009 105: Name A 100
1/10/2010 210: Name B 200
2/15/2011 107: Name C 150

I have a 10 year calendar on another worksheet tab (example below) for
presenting expirations by month/year with Suite #: Occupant and RSF (rentable
square feet).

A B C D E
F...
1/1/2009 2/1/2009 3/1/2009€¦ 12/1/2009
105: Name A 100

1/2/2010 2/1/2010 3/1/2010€¦ 12/1/2010
210: Name B 200


1/1/2011 2/1/2011 3/1/2011€¦ 12/1/2011
107: Name C 150

I am trying to write a formula or function to find expiration dates each
calendar month for the 10-year period and return the €˜Suite #: Occupant in
the column below the date and €˜RSF in the adjacent column. Is it possible
to do a lookup for a calendar date i.e. 1/1/2009 to 1/31/2009 etc. and return
the corresponding 'Suite #: Occupant' and 'RSF' columns?
Thanks,
Ken

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15
Default Lookup expiration dates by calendar month



"N harkawat" wrote:

You could easily get this info using a Pivot table. Once you have the dates
right click on a date on the Pivot table and select "group and show
detail"-- group and select month+Year
Google it if you are unsure how to create a Pivot table

"Ken King" wrote:

I have a worksheet tab with the following three columns sorted by Expire Date
with over 500 rows of data.
A B C
Expire Suite #
Date Occupant RSF
3/31/2009 105: Name A 100
1/10/2010 210: Name B 200
2/15/2011 107: Name C 150

I have a 10 year calendar on another worksheet tab (example below) for
presenting expirations by month/year with Suite #: Occupant and RSF (rentable
square feet).

A B C D E
F...
1/1/2009 2/1/2009 3/1/2009€¦ 12/1/2009
105: Name A 100

1/2/2010 2/1/2010 3/1/2010€¦ 12/1/2010
210: Name B 200


1/1/2011 2/1/2011 3/1/2011€¦ 12/1/2011
107: Name C 150

I am trying to write a formula or function to find expiration dates each
calendar month for the 10-year period and return the €˜Suite #: Occupant in
the column below the date and €˜RSF in the adjacent column. Is it possible
to do a lookup for a calendar date i.e. 1/1/2009 to 1/31/2009 etc. and return
the corresponding 'Suite #: Occupant' and 'RSF' columns?
Thanks,
Ken


I don't think pivot table will work since I want a detailed report of all my
data by each calendar month for 10 years.
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 857
Default Lookup expiration dates by calendar month

Hi,

How are you going to handle split rentals - JJ's rental goes through 1/15/09
and then Q takes it over on 1/16/09?

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Ken King" wrote:



"N harkawat" wrote:

You could easily get this info using a Pivot table. Once you have the dates
right click on a date on the Pivot table and select "group and show
detail"-- group and select month+Year
Google it if you are unsure how to create a Pivot table

"Ken King" wrote:

I have a worksheet tab with the following three columns sorted by Expire Date
with over 500 rows of data.
A B C
Expire Suite #
Date Occupant RSF
3/31/2009 105: Name A 100
1/10/2010 210: Name B 200
2/15/2011 107: Name C 150

I have a 10 year calendar on another worksheet tab (example below) for
presenting expirations by month/year with Suite #: Occupant and RSF (rentable
square feet).

A B C D E
F...
1/1/2009 2/1/2009 3/1/2009€¦ 12/1/2009
105: Name A 100

1/2/2010 2/1/2010 3/1/2010€¦ 12/1/2010
210: Name B 200


1/1/2011 2/1/2011 3/1/2011€¦ 12/1/2011
107: Name C 150

I am trying to write a formula or function to find expiration dates each
calendar month for the 10-year period and return the €˜Suite #: Occupant in
the column below the date and €˜RSF in the adjacent column. Is it possible
to do a lookup for a calendar date i.e. 1/1/2009 to 1/31/2009 etc. and return
the corresponding 'Suite #: Occupant' and 'RSF' columns?
Thanks,
Ken


I don't think pivot table will work since I want a detailed report of all my
data by each calendar month for 10 years.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 857
Default Lookup expiration dates by calendar month

Hi,

Think I need to add a second question, for any one month with two different
properties leases expiring how do you show them. Its starting to look like a
macro will be you only solution unless only one suite/occpt. can occur in an
one month/year.

In that case try a setup like this, where this is the range D1:H6. (you
would extend it to the right to cover all 12 months.

1/1/2009 2/1/2009 3/1/2009 4/1/2009
1/1/2009 105:NameA 100
1/1/2010 210:NameB 200
1/1/2011 107:NameC 150
1/1/2012
1/1/2013

The formulas starting in E2 are

=IF(SUMPRODUCT(--(YEAR($D2)=YEAR($A$2:$A$4)),--(MONTH(E$1)=MONTH($A$2:$A$4)),ROW($A$2:$A$4)-1)<0,INDEX($B$2:$B$4,SUMPRODUCT(--(YEAR($D2)=YEAR($A$2:$A$4)),--(MONTH(E$1)=MONTH($A$2:$A$4)),ROW($A$2:$A$4)-1))&"
"&INDEX($C$2:$C$4,SUMPRODUCT(--(YEAR($D2)=YEAR($A$2:$A$4)),--(MONTH(E$1)=MONTH($A$2:$A$4)),ROW($A$2:$A$4)-1)),"")

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Ken King" wrote:



"N harkawat" wrote:

You could easily get this info using a Pivot table. Once you have the dates
right click on a date on the Pivot table and select "group and show
detail"-- group and select month+Year
Google it if you are unsure how to create a Pivot table

"Ken King" wrote:

I have a worksheet tab with the following three columns sorted by Expire Date
with over 500 rows of data.
A B C
Expire Suite #
Date Occupant RSF
3/31/2009 105: Name A 100
1/10/2010 210: Name B 200
2/15/2011 107: Name C 150

I have a 10 year calendar on another worksheet tab (example below) for
presenting expirations by month/year with Suite #: Occupant and RSF (rentable
square feet).

A B C D E
F...
1/1/2009 2/1/2009 3/1/2009€¦ 12/1/2009
105: Name A 100

1/2/2010 2/1/2010 3/1/2010€¦ 12/1/2010
210: Name B 200


1/1/2011 2/1/2011 3/1/2011€¦ 12/1/2011
107: Name C 150

I am trying to write a formula or function to find expiration dates each
calendar month for the 10-year period and return the €˜Suite #: Occupant in
the column below the date and €˜RSF in the adjacent column. Is it possible
to do a lookup for a calendar date i.e. 1/1/2009 to 1/31/2009 etc. and return
the corresponding 'Suite #: Occupant' and 'RSF' columns?
Thanks,
Ken


I don't think pivot table will work since I want a detailed report of all my
data by each calendar month for 10 years.



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
Can I get Excel to automatically BOLD dates 30d before expiration? Donna New Users to Excel 12 January 10th 08 05:35 PM
Can I get Excel to automatically BOLD dates 30d before expiration? Garza Excel Worksheet Functions 2 January 10th 08 01:16 AM
Conditional Format for a date 1 month before Expiration in Excel 2 JonMAd Excel Worksheet Functions 2 August 28th 07 05:14 AM
Expiration date based on 5 years and Birth month,day ... Kane New Users to Excel 4 January 26th 06 04:42 PM
sheet with expiration dates expiration dates Excel Discussion (Misc queries) 1 August 4th 05 11:10 PM


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

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

About Us

"It's about Microsoft Excel"