Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 202
Default Q on LARGE function

I have the formula below which returns the largest sales day, but what
if the largest day covered two days, say Monday & Friday, how could I
build that in to my formula i.e. Result could be more than one value?

=IF(R197=0,"","Biggest Sales Day = "&INDEX(M188:M194,MATCH(LARGE
(S188:S194,ROW(A1)),S188:S194,0)))
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default Q on LARGE function

Seanie,

As long as the data is in consecutive cells, array enter a formula like:

=IF(R197=0,"","Biggest 2 Days of Sales started on =
"&INDEX(M188:M194,MATCH(LARGE(S188:S193+S189:S194, ROW(A1)),S188:S193+S189:S194,0)))

HTH,
Bernie
MS Excel MVP


"Seanie" wrote in message
...
I have the formula below which returns the largest sales day, but what
if the largest day covered two days, say Monday & Friday, how could I
build that in to my formula i.e. Result could be more than one value?

=IF(R197=0,"","Biggest Sales Day = "&INDEX(M188:M194,MATCH(LARGE
(S188:S194,ROW(A1)),S188:S194,0)))



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
large function result as reference for offset function Z Excel Discussion (Misc queries) 1 May 5th 09 12:55 AM
XL2002 - OFFSET function and LARGE function Trevor Williams Excel Worksheet Functions 3 March 3rd 08 01:40 PM
max or large function A.S. Excel Discussion (Misc queries) 3 March 2nd 07 05:31 PM
Large Function wjohnson Excel Worksheet Functions 7 February 23rd 06 11:48 PM
Large function Peter B Excel Worksheet Functions 1 March 4th 05 02:58 PM


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