Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,069
Default Copying and pasting from a range

I'll explain what i'm trying to do andif you can help, great.

I have
a range of dates in the format dd/mmm in column A1
some information in A2
a presert piece of information from a drop down list in A3

I want to show on another TAB information from A1, A2 & A3 but only a range
of dates to be shown.

A1 A2 A3
10/may ABCDEF DONE
11/may ABCDEF To Do
11/may ABCDEF DONE
12/may ABCDEF DONE
12/may ABCDEF In Progress
13/may ABCDEF To do
14/may ABCDEF DONE

so the range I want to show on another TAB is from 11/may to 12/may
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 751
Default Copying and pasting from a range

On Jun 6, 6:09 pm, John wrote:
I'll explain what i'm trying to do andif you can help, great.

I have
a range of dates in the format dd/mmm in column A1
some information in A2
a presert piece of information from a drop down list in A3

I want to show on another TAB information from A1, A2 & A3 but only a range
of dates to be shown.

A1 A2 A3
10/may ABCDEF DONE
11/may ABCDEF To Do
11/may ABCDEF DONE
12/may ABCDEF DONE
12/may ABCDEF In Progress
13/may ABCDEF To do
14/may ABCDEF DONE

so the range I want to show on another TAB is from 11/may to 12/may



In *cell* A1 (you are using cell terminology to refer to columns) of
the other tab:

=SMALL(IF((Sheet1!$A$1:$A$100=DATE(2007,5,11))*(S heet1!$A$1:$A
$100<=Date(2007,5,12),ROW($A$1:$A$100)),ROW()-ROW($A$1)+1)

This is an *array* formula, commit with Ctrl+Shift+Enter. Copy down as
far as necessary (i.e. until you get error values).

In B1:
=IF(ISNUMBER($A1),INDEX(Sheet1!$A$1:$C$100,$A1,COL UMNS($B$1:B$1)),"")

Copy across and down to fill the results.

HTH
Kostis Vezerides

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
Copying and pasting GARY Excel Discussion (Misc queries) 2 August 22nd 06 10:16 PM
Copying and Pasting davew21 Excel Discussion (Misc queries) 1 March 31st 06 03:40 PM
Copying and pasting ??? NorcalTruck Excel Discussion (Misc queries) 3 December 27th 05 08:31 PM
Copying & pasting formulas Shawn Excel Worksheet Functions 2 October 28th 05 09:52 PM
Copying and Pasting Tia Excel Discussion (Misc queries) 4 June 6th 05 08:54 PM


All times are GMT +1. The time now is 09:24 AM.

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"