#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22
Default No place for sum

To create a report from sheet1 I use below formula on sheet2

On A2

=IF(sheet1!B2="NameA",ROW(),"")

On B2 and C2 and other columns

=IF(ROW(A1)COUNT($A:$A),"",INDEX................. .........

I create all reports needed. But it starts from top.
And no place for sums.Want to leave say 5 rows
at top for report label and sums.
Instead of A2 tried to start on A7 but didn't work.
Can you advice ? Thank you.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bj bj is offline
external usenet poster
 
Posts: 1,397
Default No place for sum

Not completely sure what you are trying to do or what your problem is, but
could you use in A7
=IF(sheet1!B2="NameA",ROW()-5,"")
I don't know what you are doing in the scond equation so no suggestions
" wrote:

To create a report from sheet1 I use below formula on sheet2

On A2

=IF(sheet1!B2="NameA",ROW(),"")

On B2 and C2 and other columns

=IF(ROW(A1)COUNT($A:$A),"",INDEX................. .........

I create all reports needed. But it starts from top.
And no place for sums.Want to leave say 5 rows
at top for report label and sums.
Instead of A2 tried to start on A7 but didn't work.
Can you advice ? Thank you.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22
Default No place for sum

Thank you very much.

Now with your code on A7 I have the desired report starting from row 7
leaving me enough
space for labels and sums at top.

Great !



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22
Default No place for sum

Hi
Sorry. One more question.
How can I sort my list according to B column ? It is date.
(I mean with formula change)

On A7

=IF(sheet1!B2="nameA",ROW()-5,"")

On B7 and others

=IF(ROW(A1)COUNT($A:$A),"",INDEX(sheet1!A:A,SMALL ($A:$A,ROW(A1))))




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bj bj is offline
external usenet poster
 
Posts: 1,397
Default No place for sum

select row 7 and below.
data sort by column B

" wrote:

Hi
Sorry. One more question.
How can I sort my list according to B column ? It is date.
(I mean with formula change)

On A7

=IF(sheet1!B2="nameA",ROW()-5,"")

On B7 and others

=IF(ROW(A1)COUNT($A:$A),"",INDEX(sheet1!A:A,SMALL ($A:$A,ROW(A1))))





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
Look up function best place pianolady Excel Worksheet Functions 1 October 22nd 06 12:45 AM
Nil in Place Off #N/A Steved Excel Worksheet Functions 2 April 6th 06 02:41 AM
This place ROX!! brodiemac Excel Discussion (Misc queries) 0 December 22nd 05 03:21 PM
1st, 2nd, 3rd Place etc..... JohnT Excel Worksheet Functions 7 January 9th 05 12:41 PM
Where to place PERSONAL.XLS PCOR Excel Worksheet Functions 1 January 2nd 05 11:19 PM


All times are GMT +1. The time now is 12:16 PM.

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"