Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 116
Default Larger Number

Need help with function ' Large '. When
=LARGE($C$8:$C$77,1)
=LARGE($C$8:$C$77,2)
is copied to separate cells, ' Large ' stops or
indentifies the first number of group that has
indentical numbers (36 36).


Freq Number
40 29
38 43
37 7
36 20
36 20
35 13


such as 36 and 20 in the above.
How do you go past the first number 20, to the
second number Freq (36), which in this case would be 58.

With Thanks





  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 116
Default Larger Number

I forgot to add, that I use a Lookup

=VLOOKUP(K25,C8:D77,2,FALSE)
to obtain the number 20.
It is here where the second number is stuck.

Hope this explanation helps.

Thanks



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Larger Number

You are correct. The Lookup functions do not find duplicate entries.

You would probably need to use an array formula but this is usually a
formula designed specifically for the functionality required.

You would need to be specific about what you are trying to achieve and how
your data is laid out.

--
Regards,
Tom Ogilvy



"smandula" wrote in message
...
I forgot to add, that I use a Lookup

=VLOOKUP(K25,C8:D77,2,FALSE)
to obtain the number 20.
It is here where the second number is stuck.

Hope this explanation helps.

Thanks





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
Larger QAT? Bob Newman Excel Discussion (Misc queries) 2 December 29th 08 04:00 PM
show number larger than cell John Excel Discussion (Misc queries) 2 May 15th 07 12:58 PM
Print number larger than cell HarryN. Excel Discussion (Misc queries) 3 July 7th 06 02:51 AM
delete a number within larger number in a cell? John1023 Excel Discussion (Misc queries) 3 February 28th 06 07:15 PM
I need a larger "IF" Formula... Drew Excel Discussion (Misc queries) 4 August 2nd 05 08:59 AM


All times are GMT +1. The time now is 09:25 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"