Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 57
Default Return Side and Header information from table?

I have a spreadsheet that has addresses down column A and Types of
inspections across Row 1. The rest of the table is filled with the dates
that the inspections have passed. I need to be able to generate a list of
the inspections that passed for a given month. That list should include the
address, the inspection type and the date the inspection passed. For a given
month there may be multiple inspections that passed for a single address. I
would like them reported in individual lines. Using index, small and IF I am
able to get part of it done, but I just cant seem to get all the data to
report in the same order.

Any help is greatly appreciated.
Steve
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 57
Default Return Side and Header information from table?

What about - Is there a way to return the address (row, column) of a cell?
for example I can use this formula to find all the cells who match the month
I want and return the row that it is in. Or I can use it to return the
column that it is in but they return results in different orders so I can't
pair the row and column together.


=SMALL(IF(MONTH($C$5:$E$12)=5,ROW($C$5:$E$12)),ROW (1:1))

Where C5-E12 is my sample range. Then I could use the returned data to get
the row and column header information that I am looking for.

Thanks
Steve


"SteveT" wrote:

I have a spreadsheet that has addresses down column A and Types of
inspections across Row 1. The rest of the table is filled with the dates
that the inspections have passed. I need to be able to generate a list of
the inspections that passed for a given month. That list should include the
address, the inspection type and the date the inspection passed. For a given
month there may be multiple inspections that passed for a single address. I
would like them reported in individual lines. Using index, small and IF I am
able to get part of it done, but I just cant seem to get all the data to
report in the same order.

Any help is greatly appreciated.
Steve

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Return Side and Header information from table?

Can you post a screencap of what your data looks like and what you are
trying to do?

You can upload (for free) screencaps at imageshack.us and then post the link
to that screencap.

Biff

"SteveT" wrote in message
...
What about - Is there a way to return the address (row, column) of a cell?
for example I can use this formula to find all the cells who match the
month
I want and return the row that it is in. Or I can use it to return the
column that it is in but they return results in different orders so I
can't
pair the row and column together.


=SMALL(IF(MONTH($C$5:$E$12)=5,ROW($C$5:$E$12)),ROW (1:1))

Where C5-E12 is my sample range. Then I could use the returned data to
get
the row and column header information that I am looking for.

Thanks
Steve


"SteveT" wrote:

I have a spreadsheet that has addresses down column A and Types of
inspections across Row 1. The rest of the table is filled with the dates
that the inspections have passed. I need to be able to generate a list
of
the inspections that passed for a given month. That list should include
the
address, the inspection type and the date the inspection passed. For a
given
month there may be multiple inspections that passed for a single address.
I
would like them reported in individual lines. Using index, small and IF
I am
able to get part of it done, but I just cant seem to get all the data to
report in the same order.

Any help is greatly appreciated.
Steve



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 57
Default Return Side and Header information from table?

Here is the screencap of my file.

http://www.tpibcc.com/excel/screencap.jpg

There are a total of about 20 different inspection types and around 800
different addresses and I need to be able to track what inspecitons have
passed for a given month.

Thanks
Steve

"T. Valko" wrote:

Can you post a screencap of what your data looks like and what you are
trying to do?

You can upload (for free) screencaps at imageshack.us and then post the link
to that screencap.

Biff

"SteveT" wrote in message
...
What about - Is there a way to return the address (row, column) of a cell?
for example I can use this formula to find all the cells who match the
month
I want and return the row that it is in. Or I can use it to return the
column that it is in but they return results in different orders so I
can't
pair the row and column together.


=SMALL(IF(MONTH($C$5:$E$12)=5,ROW($C$5:$E$12)),ROW (1:1))

Where C5-E12 is my sample range. Then I could use the returned data to
get
the row and column header information that I am looking for.

Thanks
Steve


"SteveT" wrote:

I have a spreadsheet that has addresses down column A and Types of
inspections across Row 1. The rest of the table is filled with the dates
that the inspections have passed. I need to be able to generate a list
of
the inspections that passed for a given month. That list should include
the
address, the inspection type and the date the inspection passed. For a
given
month there may be multiple inspections that passed for a single address.
I
would like them reported in individual lines. Using index, small and IF
I am
able to get part of it done, but I just cant seem to get all the data to
report in the same order.

Any help is greatly appreciated.
Steve




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Return Side and Header information from table?

That's not going to be easy!

Let me play around and see if I can come up with something. No guarantees!

Biff

"SteveT" wrote in message
...
Here is the screencap of my file.

http://www.tpibcc.com/excel/screencap.jpg

There are a total of about 20 different inspection types and around 800
different addresses and I need to be able to track what inspecitons have
passed for a given month.

Thanks
Steve

"T. Valko" wrote:

Can you post a screencap of what your data looks like and what you are
trying to do?

You can upload (for free) screencaps at imageshack.us and then post the
link
to that screencap.

Biff

"SteveT" wrote in message
...
What about - Is there a way to return the address (row, column) of a
cell?
for example I can use this formula to find all the cells who match the
month
I want and return the row that it is in. Or I can use it to return the
column that it is in but they return results in different orders so I
can't
pair the row and column together.


=SMALL(IF(MONTH($C$5:$E$12)=5,ROW($C$5:$E$12)),ROW (1:1))

Where C5-E12 is my sample range. Then I could use the returned data to
get
the row and column header information that I am looking for.

Thanks
Steve


"SteveT" wrote:

I have a spreadsheet that has addresses down column A and Types of
inspections across Row 1. The rest of the table is filled with the
dates
that the inspections have passed. I need to be able to generate a
list
of
the inspections that passed for a given month. That list should
include
the
address, the inspection type and the date the inspection passed. For
a
given
month there may be multiple inspections that passed for a single
address.
I
would like them reported in individual lines. Using index, small and
IF
I am
able to get part of it done, but I just cant seem to get all the data
to
report in the same order.

Any help is greatly appreciated.
Steve








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
Display columns side by Side in the Data Area of a Pivot table Sue Excel Discussion (Misc queries) 1 March 21st 06 02:12 AM
Can excel take content from another cell and add information either side?? garysumpter New Users to Excel 4 November 1st 05 06:50 PM
Can excel take content from another cell and add information either side?? garysumpter Excel Worksheet Functions 1 November 1st 05 05:56 PM
Header/Footer side margins GDC Excel Discussion (Misc queries) 1 October 21st 05 12:27 AM
expanding the side margins in excel does not expand header John Staerck Excel Discussion (Misc queries) 1 October 6th 05 05:37 PM


All times are GMT +1. The time now is 07:10 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"