ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How do I nest a ROUND within a IF in Excel? (https://www.excelbanter.com/excel-worksheet-functions/79083-how-do-i-nest-round-within-if-excel.html)

TC 3266

How do I nest a ROUND within a IF in Excel?
 
I am trying to enter the following formula in Excel

=IF(E649,ROUND(E6/10),IF(E635,4,IF(E6...

I am receiving a Name error for the ROUND. I've tried all uses of
parentheses/brackets I can think of but no luck.

What is the proper formula syntax to nest a ROUND within an IF?

Thanks!



JudithJubilee

How do I nest a ROUND within a IF in Excel?
 
Hello TC 3266,

You do not have enough arguments in your ROUND function. You need to tell
Excel how many decimal places you want:

ROUND(E6/10,0)

=IF(E649,ROUND(E6/10,0),IF(E635,4,IF(E6...

Judith
--
Hope this helps


"TC 3266" wrote:

I am trying to enter the following formula in Excel

=IF(E649,ROUND(E6/10),IF(E635,4,IF(E6...

I am receiving a Name error for the ROUND. I've tried all uses of
parentheses/brackets I can think of but no luck.

What is the proper formula syntax to nest a ROUND within an IF?

Thanks!



Beege

How do I nest a ROUND within a IF in Excel?
 

"TC 3266" <TC wrote in message
...
I am trying to enter the following formula in Excel

=IF(E649,ROUND(E6/10),IF(E635,4,IF(E6...

I am receiving a Name error for the ROUND. I've tried all uses of
parentheses/brackets I can think of but no luck.

What is the proper formula syntax to nest a ROUND within an IF?

Thanks!


=IF(E649,ROUND((E6/10),1),IF...
Needs the parentheses around your division
Where 1 there is decimal places to round to...

Beege




All times are GMT +1. The time now is 01:22 AM.

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