Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
nastech
 
Posts: n/a
Default Range of numbers equation

Is there a way to find the lowest & highest number in a range of columns, and
perform a calculation on them, e.g. %change (to-fm)/fm% Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
JE McGimpsey
 
Posts: n/a
Default Range of numbers equation

What relationship do "to" and "fm" have to the lowest and highest number?

If "to" is the lowest number in columns A:J, and "fm" is the highest
number in columns A:J:

=MIN(A:J)/MAX(A:J) - 1

formatted as a percentage.

In article ,
"nastech" wrote:

Is there a way to find the lowest & highest number in a range of columns, and
perform a calculation on them, e.g. %change (to-fm)/fm% Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
nastech
 
Posts: n/a
Default Range of numbers equation

thanks!

"JE McGimpsey" wrote:

What relationship do "to" and "fm" have to the lowest and highest number?

If "to" is the lowest number in columns A:J, and "fm" is the highest
number in columns A:J:

=MIN(A:J)/MAX(A:J) - 1

formatted as a percentage.

In article ,
"nastech" wrote:

Is there a way to find the lowest & highest number in a range of columns, and
perform a calculation on them, e.g. %change (to-fm)/fm% Thanks


  #4   Report Post  
Posted to microsoft.public.excel.misc
nastech
 
Posts: n/a
Default Range of numbers equation

thanks again. :) that was good, found that a similar equation I have, is
using up alot of memory in my file. Equation is for same range, but using
"choices" of 2, 3, or 4 periods of input (so I repeated the same equation, 4
times: 1st time is if end of day: 1st column emptied): was wondering if
there might be a simpler way to calculate? thanks

=IF(AK9="","",
IF(AND(AL9<"",COUNTA(AL9:AM9)<0,OR($O$2={"",".", 2})),IF(AK9AVERAGE(AL9:AM9),"U",IF(AK9<AVERAGE(AL 9:AM9),"D","F")),
IF(AND(COUNTA(AM9:AN9)<0,OR($O$2={"",".",2})),IF( AK9AVERAGE(AM9:AN9),"U",IF(AK9<AVERAGE(AM9:AN9)," D","F")),
IF(AND(COUNTA(AL9:AN9)<0,$O$2=3),IF(AK9AVERAGE(A L9:AN9),"U",IF(AK9<AVERAGE(AL9:AN9),"D","F")),
IF(AND(COUNTA(AL9:AO9)<0,$O$2=4),IF(AK9AVERAGE(A L9:AO9),"U",IF(AK9<AVERAGE(AL9:AO9),"D","F")),"")) )))



"JE McGimpsey" wrote:

What relationship do "to" and "fm" have to the lowest and highest number?

If "to" is the lowest number in columns A:J, and "fm" is the highest
number in columns A:J:

=MIN(A:J)/MAX(A:J) - 1

formatted as a percentage.

In article ,
"nastech" wrote:

Is there a way to find the lowest & highest number in a range of columns, and
perform a calculation on them, e.g. %change (to-fm)/fm% 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
IF than statement in a range of numbers? please help? AC man Excel Discussion (Misc queries) 10 January 9th 06 10:38 PM
Constructing range address given row and col numbers of boundaries [email protected] Excel Worksheet Functions 4 November 16th 05 04:23 PM
How do i set up a range of numbers which prompts at a particular n Stefan Excel Discussion (Misc queries) 0 October 10th 05 11:29 AM
Match Last Occurrence of two numbers and Return Date Sam via OfficeKB.com Excel Worksheet Functions 6 April 5th 05 12:40 PM
I Need a Formula to Auto-fill Phone Numbers in a Range twd3lr Excel Worksheet Functions 4 February 4th 05 08:38 PM


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