#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Conditional Formulas

I am trying to do the following:

I have entered a formula in which the results must be greater than or equal
to 5. If it is less than 5 I want the cell to have a "5" and if it is
greater or equal to 5 I would like the actual result of the equation to be
displayed. This is what I have so far:

=IF(D8/(60*I8)<5, 5, (D8/60*I8))

This isn't working out for me. I know I could have the formula calculate
the result in one cell and place my "IF" statement in another, but I am
trying to condense my already complicated spreadsheet. Any and all
suggestions are appreciated! =)
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 846
Default Conditional Formulas

=max(5,your formula) - would simply things a bit.
--
Wag more, bark less


"Tonia" wrote:

I am trying to do the following:

I have entered a formula in which the results must be greater than or equal
to 5. If it is less than 5 I want the cell to have a "5" and if it is
greater or equal to 5 I would like the actual result of the equation to be
displayed. This is what I have so far:

=IF(D8/(60*I8)<5, 5, (D8/60*I8))

This isn't working out for me. I know I could have the formula calculate
the result in one cell and place my "IF" statement in another, but I am
trying to condense my already complicated spreadsheet. Any and all
suggestions are appreciated! =)

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Conditional Formulas

Thanks!

"Brad" wrote:

=max(5,your formula) - would simply things a bit.
--
Wag more, bark less


"Tonia" wrote:

I am trying to do the following:

I have entered a formula in which the results must be greater than or equal
to 5. If it is less than 5 I want the cell to have a "5" and if it is
greater or equal to 5 I would like the actual result of the equation to be
displayed. This is what I have so far:

=IF(D8/(60*I8)<5, 5, (D8/60*I8))

This isn't working out for me. I know I could have the formula calculate
the result in one cell and place my "IF" statement in another, but I am
trying to condense my already complicated spreadsheet. Any and all
suggestions are appreciated! =)

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 846
Default Conditional Formulas

You're welcome
--
Wag more, bark less


"Tonia" wrote:

Thanks!

"Brad" wrote:

=max(5,your formula) - would simply things a bit.
--
Wag more, bark less


"Tonia" wrote:

I am trying to do the following:

I have entered a formula in which the results must be greater than or equal
to 5. If it is less than 5 I want the cell to have a "5" and if it is
greater or equal to 5 I would like the actual result of the equation to be
displayed. This is what I have so far:

=IF(D8/(60*I8)<5, 5, (D8/60*I8))

This isn't working out for me. I know I could have the formula calculate
the result in one cell and place my "IF" statement in another, but I am
trying to condense my already complicated spreadsheet. Any and all
suggestions are appreciated! =)

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Conditional Formulas

Presumably the reason that it isn't working is that D8/(60*I8) is not the
same as D8/60*I8
As other folk have suggested, MAX would be a good idea, once you've decided
which of the above you want.
--
David Biddulph

"Tonia" wrote in message
...
I am trying to do the following:

I have entered a formula in which the results must be greater than or
equal
to 5. If it is less than 5 I want the cell to have a "5" and if it is
greater or equal to 5 I would like the actual result of the equation to be
displayed. This is what I have so far:

=IF(D8/(60*I8)<5, 5, (D8/60*I8))

This isn't working out for me. I know I could have the formula calculate
the result in one cell and place my "IF" statement in another, but I am
trying to condense my already complicated spreadsheet. Any and all
suggestions are appreciated! =)





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 and conditional formulas Newsgal Excel Worksheet Functions 2 December 20th 07 11:54 PM
Conditional Formulas Nick Excel Discussion (Misc queries) 4 April 1st 06 07:18 AM
conditional formulas Beth104 Excel Worksheet Functions 3 March 8th 06 03:09 PM
How do I set up conditional formulas craig Excel Worksheet Functions 1 February 4th 06 09:45 PM
conditional formulas Paul Sheats Excel Worksheet Functions 2 October 3rd 05 08:31 PM


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