Return Side and Header information from table?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 
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
 
That's not going to be easy!

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

Biff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top