LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 43
Default MATH COMPUTAION

On Wed, 27 Jul 2011 13:29:04 -0700, "joeu2004"
wrote:

"lehigh46" wrote:
in message ...
A1 contains the number of months for a construction project. (manual
input)
A2 looks @ A1 and calculates the number of months greater than 24 but
less than 36.
A3 looks at A1 and calculates the number of months greater than 36 but
less than 48.
A4 calculates the number of months greater than 48.


A2: =MAX(0,MIN(12,A1-24))
A3: =MAX(0,MIN(12,A1-36))
A4: =MAX(0,A1-48)




Thanks joeu2004

This doesn't work for me, so I'll give you a few examples of what I
need to see.


Ist example is that A1 = 28
Then A2 would = 4
A3 would = 0
A4 would = 0


2nd example is that A1 = 39
Then A2 would = 12
A3 would = 3
A4 would = 0


3rd example is that A1 = 52
Then A2 would = 12
A3 would = 12
A4 would = 4

To sum it up, A1 = "total monthes" This number is keyed in by hand.
A2 shows the number of months over 24 BUT not more than 12. (between
24 & 36) See 1st example.
A3 shows the number of months over 36 BUT not more than 12. (between
36 & 48) See 2nd example.
A4 shows the number of ALL months over 48.



















 
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
math DeAnna Ramirez Excel Worksheet Functions 2 June 7th 07 11:42 PM
Math help LatinAviation Excel Discussion (Misc queries) 4 August 18th 06 09:10 PM
Math Curtis Excel Discussion (Misc queries) 0 July 24th 06 11:34 PM
math Bill Excel Discussion (Misc queries) 3 August 11th 05 11:21 PM
math Dawn Settles via OfficeKB.com Excel Worksheet Functions 4 May 23rd 05 02:36 PM


All times are GMT +1. The time now is 05:52 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"