Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I round to the nearest $5.00 in Excel? $74.03=$75 | Excel Worksheet Functions | |||
Formula to enter to round an Excel value up to the next $0.5? | Excel Discussion (Misc queries) | |||
Does Excel round numbers with a 5 in the tens place? | Excel Discussion (Misc queries) | |||
Difference in number of Excel NewsGroups | Excel Discussion (Misc queries) | |||
How can I nest more than seven functions in MS Excel? | Excel Worksheet Functions |