LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 519
Default Rows to Named Sheets

Thankyou

"Harlan Grove" wrote:

Steved wrote...
....
I've a summary sheet called Starttrip, In Col A
I've got names "Peter", "Stan", "Maranda", "Stewart", "Carol".

I've got sheets named "Peter", "Stan", "Maranda", "Stewart", "Carol".

=IF(Summary!A6="Peter", ROW(),"") This is in Sheet named "Peter"


So this should really be

=IF(Starttrip!A6="Peter",ROW(),"")

instead?

What is required in the formula below to reconize "Peter" please, or what is
required .

=IF(ISNUMBER(SMALL(IF($B$2:$B$106="","",ROW($B$2: $B$106)),
ROW(1:1))),INDIRECT("Starttrip!"&CHAR(COLUMN()+64 )
&SMALL(IF($B$2:$B$106="","",ROW($B$2:$B$106)),ROW (1:1))),"")


At the very least additional details about where this formula would be
(presumably it's in worksheet 'Peter') and what it's supposed to do
(looks like it's fetching values in the ROW()'th record for Peter from
worksheet 'Starttrip').

If the top-left cell containing such formulas were C2, you could use

C2:
=IF(ROWS(C$2:C2)<=COUNTIF($B$2:$B$106,"<"),INDEX( Starttrip!C:C,
SMALL(IF($B$2:$B$106<"",ROW($B$2:$B$106)),ROWS(C$ 2:C2))),"")

You can fill this right then down as far as needed.

Rule of thumb: nearly all INDIRECT(x&COLULN(..)&..&ROW(..)) constructs
can be replaced with simpler INDEX constructs.


 
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
How do you insert rows into multiple sheets in a workbook? Marketing Queen Excel Discussion (Misc queries) 2 May 30th 06 05:33 PM
(Unsuccessfully!) Unhiding Rows in Excel 2003 [email protected] Excel Worksheet Functions 6 May 24th 06 08:17 PM
AHHHH-Get Data from Multiple Excel workbooks JAA149 Excel Discussion (Misc queries) 5 October 30th 05 05:19 PM
Exact rows, multiple sheets jcohen029 Excel Discussion (Misc queries) 1 June 6th 05 05:58 AM
Adding Rows to Master Sheet Excel Newbie New Users to Excel 1 December 23rd 04 10:56 PM


All times are GMT +1. The time now is 02:47 AM.

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"