#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Excell Formula help

I need to set up a formula that says:

A3 needs to be 30% of A2 unless B4 is less than 30% of A2, Then A3 needs to
be = to but not more than B4


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 39
Default Excell Formula help

Try
=IF(B4<A2*0.3,B4,A2*0.3)
--
Lil

On Thu, 23 Jul 2009 16:27:01 -0700, Jimog01 wrote:

A3 needs to be 30% of A2 unless B4 is less than 30% of A2, Then A3 needs to
be = to but not more than B4

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,059
Default Excell Formula help

"Jimog01" wrote:
I need to set up a formula that says:
A3 needs to be 30% of A2 unless B4 is less than 30% of A2,
Then A3 needs to be = to but not more than B4


=min(B4,A2*30%)
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
Excell formula. azarat Excel Worksheet Functions 4 June 27th 08 01:48 PM
Excell convert formula row to formula column **Danny** Excel Worksheet Functions 1 January 14th 07 10:03 PM
formula - excell Corinna Excel Worksheet Functions 1 July 16th 06 12:03 PM
Excell formula Dustywm New Users to Excel 8 August 30th 05 02:03 AM
excell formula 9+5=4 not 14 tyler94 Excel Worksheet Functions 1 February 1st 05 02:57 AM


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