+ Reply to Thread
Results 1 to 4 of 4

Round help please

Hybrid View

  1. #1
    Registered User
    Join Date
    06-01-2022
    Location
    Canada
    MS-Off Ver
    Latest
    Posts
    2

    Round help please

    My formula works great but, i didnt find the way to add «*round*» inside so my result will be a round number.
    Thank you in advance,

    =IFS(C70 = "⬅️" ; "Aim around "&C69&" yards right of the pin" ; C70 = "➡️"; "Aim "&-C69& " yards left of the pin"; C20 = 0; "")

  2. #2
    Forum Expert dosydos's Avatar
    Join Date
    12-09-2015
    Location
    Massachusetts
    MS-Off Ver
    365(PC) V:2308
    Posts
    1,474

    Re: Round help please

    This formula will round up if .5 or higher:

    =IFS(C70 = "⬅️" ; "Aim around "&Round(C69,0)&" yards right of the pin" ; C70 = "➡️"; "Aim "&-Round(C69,0)& " yards left of the pin"; C20 = 0; "")
    <----- If you are happy with your solution please click on the "* Add Reputation" as a way to say thank you.

  3. #3
    Registered User
    Join Date
    06-01-2022
    Location
    Canada
    MS-Off Ver
    Latest
    Posts
    2
    Quote Originally Posted by dosydos View Post
    This formula will round up if .5 or higher:

    =IFS(C70 = "⬅️" ; "Aim around "&Round(C69,0)&" yards right of the pin" ; C70 = "➡️"; "Aim "&-Round(C69,0)& " yards left of the pin"; C20 = 0; "")
    Got an error mesage

  4. #4
    Forum Expert dosydos's Avatar
    Join Date
    12-09-2015
    Location
    Massachusetts
    MS-Off Ver
    365(PC) V:2308
    Posts
    1,474

    Re: Round help please

    I mean it worked for me. Mind you i changed all your ; to ,

    =IFS(C70="⬅️","Aim around "&ROUND(C69,0)&" yards right of the pin",C70 = "➡️","Aim "&-ROUND(C69,0)& " yards left of the pin",C20 = 0,"")

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 5
    Last Post: 05-28-2022, 04:42 PM
  2. round using round function vs the decrease decimal
    By lastnn30 in forum Excel General
    Replies: 3
    Last Post: 10-25-2021, 07:49 PM
  3. [SOLVED] How to PRESENT round-down, but not perform round-down function?
    By superlative in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-02-2019, 12:06 PM
  4. [SOLVED] Custom formulas that will round up when a condition is met or round down
    By cinstanl in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-20-2016, 01:32 PM
  5. Replies: 2
    Last Post: 12-06-2014, 01:58 PM
  6. [SOLVED] How to round to nearest .01 and round down if thousands place is .005
    By dredre609 in forum Excel General
    Replies: 5
    Last Post: 09-29-2014, 11:47 AM
  7. [SOLVED] How do I ROUND() round off decimals of a column dataset?
    By H&oslash;jrup in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-12-2005, 07:06 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1