My problem :
Let, Cell K3 contains a number : 568124
Now, if the right most digit is <5, then I am to use Rounddown(K3,-1) , but if the right most digit is >=5, then I am to use Roundup(K3,-1)
What will be the Excel formula containing both the conditions i.e. " < " and " >= "
Awaiting your kind reply.
The round(K3,-1) is clearly a much more elegant and compact solution and should be used when the conditions are as specified in the post. I was trying to give a more generic answer in case the original conditions change.
Asker thanks the experts but failed to follow through with the expected closure.
Microsoft Excel
Microsoft Excel topics include formulas, formatting, VBA macros and user-defined functions, and everything else related to the spreadsheet user interface, including error messages.