Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 313
Default I need to do a arithmetic if than formula

All excell with give me true and false.

I need to calculate a value vased on two cells. If the end value is 49 or
less I need to have default to 50.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default I need to do a arithmetic if than formula

=max(50,yourcalculation)

may work ok.

Tony wrote:

All excell with give me true and false.

I need to calculate a value vased on two cells. If the end value is 49 or
less I need to have default to 50.


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 313
Default I need to do a arithmetic if than formula

Here is what I am attempting to do in excel.

=SUM(F41-E41) "if VALUE is less than F45 then use the value in F45"

FYI F45 is an input value can can be any number.


All excell with give me true and false.

I need to calculate a value vased on two cells. If the end value is 49 or
less I need to have default to 50.


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default I need to do a arithmetic if than formula

=max(F45, f41-e41)

Maybe???

ps.

In your original formula, =sum(f41-e41), you don't need the =sum() portion.
Just F41-E41 would be sufficient.



Tony wrote:

Here is what I am attempting to do in excel.

=SUM(F41-E41) "if VALUE is less than F45 then use the value in F45"

FYI F45 is an input value can can be any number.

All excell with give me true and false.

I need to calculate a value vased on two cells. If the end value is 49 or
less I need to have default to 50.


--

Dave Peterson


--

Dave Peterson
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
About arithmetic Formulas Ravindrapawanbindabinurajendradhamidevfa Excel Discussion (Misc queries) 2 August 13th 06 05:03 PM
bad arithmetic pod Excel Programming 1 February 11th 05 04:39 PM
Simple arithmetic Ron Rosenfeld Excel Discussion (Misc queries) 1 January 24th 05 08:35 PM
Simple arithmetic - take 2 Pat Excel Discussion (Misc queries) 1 January 24th 05 08:15 PM
formula arithmetic R Excel Programming 1 June 28th 04 03:52 PM


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