#1   Report Post  
Posted to microsoft.public.excel.misc
Crosswire
 
Posts: n/a
Default Mode - IF?


If I have a list of say

Part Qty
FFF000 1
FFF001 2
FFF000 1
FFF000 1
FFF001 2


How do I for example get the mode of the qty where Part = FFF000.

I have a list with over 5000 lines that I need a solution for!


--
Crosswire
------------------------------------------------------------------------
Crosswire's Profile: http://www.excelforum.com/member.php...fo&userid=8214
View this thread: http://www.excelforum.com/showthread...hreadid=492637

  #2   Report Post  
Posted to microsoft.public.excel.misc
Biff
 
Posts: n/a
Default Mode - IF?

Hi!

Try this:

Entered as an array using the key combo of CTRL,SHIFT,ENTER:

=MODE(IF(A2:A6="FFF000",B2:B6))

Or:

C1 = FFF000

=MODE(IF(A2:A6=C1,B2:B6))

Biff

"Crosswire" wrote
in message ...

If I have a list of say

Part Qty
FFF000 1
FFF001 2
FFF000 1
FFF000 1
FFF001 2


How do I for example get the mode of the qty where Part = FFF000.

I have a list with over 5000 lines that I need a solution for!


--
Crosswire
------------------------------------------------------------------------
Crosswire's Profile:
http://www.excelforum.com/member.php...fo&userid=8214
View this thread: http://www.excelforum.com/showthread...hreadid=492637



  #3   Report Post  
Posted to microsoft.public.excel.misc
Crosswire
 
Posts: n/a
Default Mode - IF?


Thanks Biff, worked perfectly!


--
Crosswire
------------------------------------------------------------------------
Crosswire's Profile: http://www.excelforum.com/member.php...fo&userid=8214
View this thread: http://www.excelforum.com/showthread...hreadid=492637

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 turn off design mode Paul Excel Worksheet Functions 2 September 23rd 05 01:10 PM
Arithmetical Mode Value for Filtered cells in Multiple Non-Adjacent columns Sam via OfficeKB.com Excel Worksheet Functions 19 July 18th 05 06:09 PM
Mode Function with Criteria DaveShoe Excel Worksheet Functions 1 April 6th 05 06:22 PM
Combo Box goes to edit mode even if design mode is in OFF position Chas Excel Discussion (Misc queries) 0 January 7th 05 07:21 PM
coverting answer from Radian mode to degree mode Xmastrzman Excel Worksheet Functions 1 November 10th 04 04:45 PM


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