+ Reply to Thread
Results 1 to 3 of 3

Formula needed for 2 types of results in 1 column

  1. #1
    Registered User
    Join Date
    08-24-2021
    Location
    Ohio, United States
    MS-Off Ver
    2016
    Posts
    1

    Formula needed for 2 types of results in 1 column

    I need a formula that will look at all the data in a specific row and will:
    1) Round decimal values up to the nearest 5 AND add a FT suffix (10.2354 becomes 15 FT)
    2) Leaves whole numbers unchanged

    Example data set attached.
    I'm sure this is pretty simple, but everything i can think of converts the whole #s also.

    Thanks,
    Attached Files Attached Files

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,734

    Re: Formula needed for 2 types of results in 1 column

    =IF(A1-INT(A1)=0, A1,CEILING(A1,5)) & " FT"
    But you DONT want " FT" if a whole number

    =IF(A1-INT(A1)=0, A1,CEILING(A1,5) & " FT")
    Attached Files Attached Files
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    Taiwan
    MS-Off Ver
    365 V2403 and WPS V2022
    Posts
    3,397

    Re: Formula needed for 2 types of results in 1 column

    Cell D1 formula , Drag down

    HTML Code: 

+ 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. [SOLVED] Results Needed from a Yes or No answer with a formula
    By Rocky01 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-13-2019, 09:16 AM
  2. [SOLVED] Formula needed to determine bid results
    By BDD2015 in forum Excel General
    Replies: 17
    Last Post: 08-21-2017, 12:56 AM
  3. [SOLVED] Help needed with different data types
    By Nemesis247 in forum Excel General
    Replies: 5
    Last Post: 04-27-2016, 11:01 AM
  4. Formula to sum two separate transaction types (random order) from one column
    By leerosario in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-24-2016, 05:03 PM
  5. Replies: 7
    Last Post: 06-01-2015, 03:11 PM
  6. Text to column feature does not give the results as needed.
    By chandannasta in forum Excel General
    Replies: 1
    Last Post: 05-01-2014, 06:37 PM
  7. Opinions needed on different types of VB
    By wilro85 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-25-2009, 05:36 PM

Tags for this Thread

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