Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default "sumproduct" ??

Hi I got an problem....
I wanna compare cell a1 with b2:e2 (if any of those cells are equal) then
find minimun value in cell b4:e4

of do I do that.......?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default "sumproduct" ??

=Min(if(B2:E2=A1,B4:E4))

entered with ctrl+Shift+enter rather than just enter since this is an array
formula.

--
Regards,
Tom Ogilvy


"fiur" wrote:

Hi I got an problem....
I wanna compare cell a1 with b2:e2 (if any of those cells are equal) then
find minimun value in cell b4:e4

of do I do that.......?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default "sumproduct" ??

thans alot Tom you're the man!! (Btw my name is also Tom + Ole :) )

"Tom Ogilvy" wrote:

=Min(if(B2:E2=A1,B4:E4))

entered with ctrl+Shift+enter rather than just enter since this is an array
formula.

--
Regards,
Tom Ogilvy


"fiur" wrote:

Hi I got an problem....
I wanna compare cell a1 with b2:e2 (if any of those cells are equal) then
find minimun value in cell b4:e4

of do I do that.......?

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
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
change "true" and "false" to "availble" and "out of stock" inthestands Excel Worksheet Functions 2 July 19th 07 07:05 PM
=IF(B1,"",SUMPRODUCT(--(B$1:B$5=""),--(A1<A$1:A$5))+1), Biff formula Rasoul Khoshravan Excel Worksheet Functions 1 October 24th 06 05:13 PM
SUMPRODUCT(--ISNUMBER(FIND("AM",C5:160))*(k5:k160="") redneck joe Excel Discussion (Misc queries) 5 August 18th 06 08:31 PM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM


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