Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 703
Default Advance function of excel to get sorted data

Name hit1 hit2 hit3 hit4
a 1 2 4 1
c 2 2 2 2
b 2 2 3 3
a 1 1 2 1
c 1 2 1 2
a 3 1 1 1
b 2 2 2 2

Which advance function of excel can be used to find How many times 'a' is
having '1' in each column(hit1,hit2,hit3,hit4) data?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Advance function of excel to get sorted data

See response in worksheet.functions


--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Charlie" wrote in message
...
Name hit1 hit2 hit3 hit4
a 1 2 4 1
c 2 2 2 2
b 2 2 3 3
a 1 1 2 1
c 1 2 1 2
a 3 1 1 1
b 2 2 2 2

Which advance function of excel can be used to find How many times 'a' is
having '1' in each column(hit1,hit2,hit3,hit4) data?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Advance function of excel to get sorted data

=sumproduct(--(A$2:A$7="a"),--($B$2:$B$7=1))

repeat for the other columns.

--
Regards,
Tom Ogilvy


"Charlie" wrote:

Name hit1 hit2 hit3 hit4
a 1 2 4 1
c 2 2 2 2
b 2 2 3 3
a 1 1 2 1
c 1 2 1 2
a 3 1 1 1
b 2 2 2 2

Which advance function of excel can be used to find How many times 'a' is
having '1' in each column(hit1,hit2,hit3,hit4) data?

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 703
Default Advance function of excel to get sorted data

Hi Tom,
This is Charlie again to bother you.
I remember last time you gave me solution for my excel query.

Name hit1 hit2 hit3
a x e a
c y d b
b t u h
a b t e
c t s w
a f t j
b e i r

Which advance function of excel can be used to find what text 'a' is
having in each column(hit1,hit2,hit3,hit4) data like
"=sumproduct(--(A$2:A$7="a"),--($B$2:$B$7=1))" to get product of numbers?
"Tom Ogilvy" wrote:

=sumproduct(--(A$2:A$7="a"),--($B$2:$B$7=1))

repeat for the other columns.

--
Regards,
Tom Ogilvy


"Charlie" wrote:

Name hit1 hit2 hit3
a x e a
c y d b
b t u h
a b t e
c t s w
a f t j
b e i r

Which advance function of excel can be used to find what text 'a' is
having in each column(hit1,hit2,hit3,hit4) data?

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
how to check sorted data in an excel worksheet Tahera[_2_] Excel Discussion (Misc queries) 3 May 24th 10 12:26 PM
QUARTILE Function on Sorted Data Gerry Pat[_2_] Excel Worksheet Functions 2 June 4th 08 12:39 AM
QUARTILE Function on Sorted Data Gerry Pat[_2_] Excel Worksheet Functions 1 June 3rd 08 11:36 PM
Excel data filtered and sorted --- how can i get the workbook to D Trey Excel Discussion (Misc queries) 0 March 24th 08 07:06 PM
Advance function of excel to get sorted data Charlie Excel Worksheet Functions 1 April 3rd 06 03:43 PM


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

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"