Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Simple, need assistance


I've got a cell with the formula =ROUNDDOWN(M2*F2,2).
What I need is if the cell information is less that .75 I need it t
remain .75.

Thank you,
Crai

--
craigwoj
-----------------------------------------------------------------------
craigwojo's Profile: http://www.excelforum.com/member.php...fo&userid=1376
View this thread: http://www.excelforum.com/showthread.php?threadid=33266

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 339
Default Simple, need assistance


"craigwojo" wrote in message
...

I've got a cell with the formula =ROUNDDOWN(M2*F2,2).
What I need is if the cell information is less that .75 I need it to
remain .75.

Thank you,
Craig




Like this?

=IF(M2*F2,2<.75,.75,ROUNDDOWN(M2*F2,2))

/Fredrik


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,624
Default Simple, need assistance

One way:

=MAX(0.75,ROUNDDOWN(M2*F2,2))

In article ,
craigwojo wrote:

I've got a cell with the formula =ROUNDDOWN(M2*F2,2).
What I need is if the cell information is less that .75 I need it to
remain .75.

Thank you,
Craig

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 339
Default Simple, need assistance


"JE McGimpsey" wrote in message
...
One way:

=MAX(0.75,ROUNDDOWN(M2*F2,2))

In article ,
craigwojo wrote:

I've got a cell with the formula =ROUNDDOWN(M2*F2,2).
What I need is if the cell information is less that .75 I need it to
remain .75.

Thank you,
Craig


This solution, I have to admit, looks nicer.

/Fredrik


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 formula-simple question; simple operator Rich D Excel Discussion (Misc queries) 4 December 6th 07 03:36 PM
Simple problem, simple formula, no FUNCTION ! Ron@Buy Excel Worksheet Functions 6 September 28th 07 04:51 PM
Simple Simple Excel usage question BookerW Excel Discussion (Misc queries) 1 June 23rd 05 10:06 PM
Simple (?) Macro Assistance- Select, Insert, Paste, Rinse, Repeat Pete_CSC Excel Programming 4 June 15th 04 05:09 PM
Assistance Needed in Performing Count of different types- Simple SQL, not VBL Christina[_5_] Excel Programming 4 May 12th 04 08:09 PM


All times are GMT +1. The time now is 02:23 PM.

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"