ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Round Down (https://www.excelbanter.com/excel-worksheet-functions/449164-round-down.html)

Quilp

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!

Claus Busch

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

Quilp

Quote:

Originally Posted by Claus Busch (Post 1613452)
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


All times are GMT +1. The time now is 08:55 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com