#1   Report Post  
Junior Member
 
Posts: 27
Default Round Down

I have this formula in cell X73: =IF(A73="","",U73-(C73*2.433)) which returns the value 39.58.
In cell Y73 I have this formula: =ROUNDDOWN(X73,0) which returns the value 39.
Is there any way that I can combine these formula's into cell X73 so that I do not have to have column Y?
I have tried inserting + between the two and also tried AND but neither works. I am actually using Planmaker for this spread sheet but it is almost the same as Excel, or so I am told.
I should mention that I am a 79 year old spread sheet newbie so please be gentle with me!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,872
Default Round Down

Hi,

Am Fri, 16 Aug 2013 09:14:34 +0100 schrieb Quilp:

I have this formula in cell X73: =IF(A73="","",U73-(C73*2.433)) which
returns the value 39.58.
In cell Y73 I have this formula: =ROUNDDOWN(X73,0) which returns the
value 39.


try:
=IF(A73="","",ROUNDDOWN(U73-C73*2.433,0))
or
=IF(A73="","",INT(U73-C73*2.433))


Regards
Claus B.
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
  #3   Report Post  
Junior Member
 
Posts: 27
Default

Quote:
Originally Posted by Claus Busch View Post
Hi,

Am Fri, 16 Aug 2013 09:14:34 +0100 schrieb Quilp:

I have this formula in cell X73: =IF(A73="","",U73-(C73*2.433)) which
returns the value 39.58.
In cell Y73 I have this formula: =ROUNDDOWN(X73,0) which returns the
value 39.


try:
=IF(A73="","",ROUNDDOWN(U73-C73*2.433,0))
or
=IF(A73="","",INT(U73-C73*2.433))


Regards
Claus B.
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
Fantastic! Your first suggestion has done it. Thanks a lot, Claus
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
Round Up and Round Down Time DaveMoore Excel Worksheet Functions 2 January 1st 10 12:00 PM
Round up to next .5 LKP Excel Worksheet Functions 5 November 6th 08 04:25 PM
VB Function Round vs Excel function Round not behaving the same Od Bud Excel Programming 5 August 18th 06 05:39 AM
Round up Becky Paine Excel Discussion (Misc queries) 10 June 12th 06 10:43 PM
How do I ROUND() round off decimals of a column dataset? Højrup Excel Worksheet Functions 2 January 12th 05 10:50 AM


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