+ Reply to Thread
Results 1 to 6 of 6

recognising text problem

  1. #1
    Registered User
    Join Date
    10-19-2004
    Posts
    79

    recognising text problem

    Merry Christmas all...
    Can anyone please tell me how I can change this formula so it will not show "VALUE" when it detects text?
    Please Login or Register  to view this content.
    thanks
    legepe

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,318

    Re: recognising text problem

    Not entirely sure what cell you want to look at for text, but a basic idea...

    =IF(ISTEXT(Daily!G15),"#VALUE",Daily!G15*(1-$G$4))
    HTH
    Regards, Jeff

  3. #3
    Registered User
    Join Date
    10-19-2004
    Posts
    79

    Re: recognising text problem

    Thanks for that, i modified it slightly and it works perfect... =IF(ISTEXT(Daily!H50),"OFF",Daily!H50*(1-$H$4))
    However, i would like to round the numbers or results of this formula
    can you please help me to do this

  4. #4
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,318

    Re: recognising text problem

    You have three choices >> Round, Roundup, or Rounddown...

    http://www.excelfunctions.net/excel-...functions.html

    =IF(ISTEXT(Daily!H50),"OFF",ROUND(Daily!H50*(1-$H$4),1))

  5. #5
    Registered User
    Join Date
    10-19-2004
    Posts
    79

    Re: recognising text problem

    worked a treat... thanks

  6. #6
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,318

    Re: recognising text problem

    You are very welcome and thanks for the feedback.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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