Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 41
Default Better Way to Write This?

Hi everyone,

Is there a better way to write:

=MIN(ModelOBJ!J4:J33)+MIN(ModelOBJ!J34:J63)+MIN(Mo delOBJ!J64:J93)+MIN(ModelOBJ!J94:J123)

A compacted form would be appreciated indeed.

Regards,
Mike
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 74
Default Better Way to Write This?

Hi Michael,

Is there a better way to write:

=MIN(ModelOBJ!J4:J33)+MIN(ModelOBJ!J34:J63)+MIN(Mo delOBJ!J64:J93)+MIN(ModelOBJ!J94:J123)

A compacted form would be appreciated indeed.


Not really. Anything more compact would also be much more complicated

Regards

Stephen Bullen
Microsoft MVP - Excel
www.BMSLtd.ie


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 783
Default Better Way to Write This?

Michael wrote:

Hi everyone,

Is there a better way to write:

=MIN(ModelOBJ!J4:J33)+MIN(ModelOBJ!J34:J63)+MIN(Mo delOBJ!J64:J93)+MIN(ModelOBJ!J94:J123)

A compacted form would be appreciated indeed.

Regards,
Mike

Give the 4-area range a name; e.g., dataRange. Then =MIN(dataRange)

Alan Beban
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 write ‘  murugan Excel Discussion (Misc queries) 2 August 19th 08 01:45 PM
Write to csv Jeff Excel Discussion (Misc queries) 0 November 21st 07 07:00 PM
How do I write X^2? webb New Users to Excel 2 October 15th 07 08:21 AM
How do you write a T with a bar on it? sheezyspearean Excel Discussion (Misc queries) 1 September 15th 05 03:43 PM
is it possible to execute write to the fields in another .xsl form a macro in another .xsl? e.g. some way to load another .xsl into an .xsl macro and write to its data? Daniel Excel Worksheet Functions 1 June 23rd 05 11:38 PM


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