View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Code Numpty Code Numpty is offline
external usenet poster
 
Posts: 94
Default Formulas to reference range based on data in column

Original sheet contains dates, names, numbers and notes. Dates often change
and new dates are added. Older dates are regularly deleted. Sheets are
automatically sorted by date on save.

Example Data (with header row, column letters in brackets)

In (A) day (B) Out (C) day (D) Pen (E) Cat/s (F) Last Name (G) Tel No
(H) Arrival Notes (I) Collection Notes (J) Days (K) Rate (L) Deposit
(M) Total £ (N)
15/3/10 Mon 1/4/10 Thu 25 Flossy Nelson 012345 6793 18 £6.15 110.70
18/3/10 Thu 3/4/10 Sat 11 Izzy Prosser 012345 6794 17 £6.15 104.55
1/4/10 Thu 6/4/10 Tue 4 Jasper Davies 012345 6795 6 £6.15 36.90
1/4/10 Thu 6/4/10 Tue 6 Dusty & Smudge Catchpole 012345 6790 6 £9.50 57.00
1/4/10 Thu 6/4/10 Tue 22 Batman & Robin King 012345 6792 6 £9.50 57.00
1/4/10 Thu 6/4/10 Tue 26 Muffin Tristram 012345 6793 New Customer, sign
Card PAID 6 £6.15 24.60 12.30
3/4/10 Sat 6/4/10 Tue 21 Smudge & Ginger Smith 012345 6791 4 £9.50 38.00


In another workbook I want to pull in certain data based on the date in
column A.

In one section e.g. (all based on the same date in column A)

Pen (E) Cat/s (F) Last Name (G) Out (C) day (D) Arrival Notes (I)

Example data

Pen (E) Cat/s (F) Last Name (G) Out (C) day (D) Arrival Notes (I)
4 Jasper Davies 6/4/10 Tue
6 Dusty & Smudge Catchpole 6/4/10 Tue
22 Batman & Robin King 6/4/10 Tue
26 Muffin Tristram 6/4/10 Tue New Customer, sign Card

I want this workbook to update so that the data is always current, taking
into account changed dates and dates that have been added. I will always be
looking for data for a single date only.

I hope this is a little clearer.

Sharon

"Pete_UK" wrote:

Well, give us some details. What data do you have in your original
sheet? Where are the dates, and do these increase each day? Do you
have several entries for each date? What exactly do you want to
extract? etc. etc.

Pete

On Mar 10, 12:25 pm, Code Numpty
wrote:
I knew I didn't word it well.

Information is often being added or changed in the original sheet but it is
always sorted back into date order on save.

What I need is for the extracted data to appear automatically in the other
sheet and always be up to date.



"Pete_UK" wrote:
If you apply a filter to the date column for the selected date you can
then just highlight the visible rows and copy/paste or cut/paste them
elsewhere (eg another sheet) to extract them.


Hope this helps.


Pete


On Mar 10, 9:08 am, Code Numpty
wrote:
I probably didn't title this too well.


I have a spreadsheet with 500 rows of data, sorted by the date in column A.
I want to extract certain data from rows that all start with the same
specified date.


Previously I used an IF formula but that necessitates having the formula in
500 rows which won't work for my purposes.


I'm going round incircles trying to think how best to achieve this.


.- Hide quoted text -


- Show quoted text -


.