+ Reply to Thread
Results 1 to 4 of 4

Error Numbervalue in excel 2007

  1. #1
    Registered User
    Join Date
    10-13-2015
    Location
    Chicago IL
    MS-Off Ver
    2007-2016
    Posts
    2

    Error Numbervalue in excel 2007

    Hello All i need help with this NUMBERVALUE in excel 2007 i create this formula =IFERROR(NUMBERVALUE(RIGHT(A4,4)),0) in excel 2013 but when i try to run it in excel 2007 is not working and i get this =IFERROR(_xlfn.NUMBERVALUE(RIGHT(A4,4)),0) can someone please help me find another way to run this formula in excel 2007


    Thanks you in advance

  2. #2
    Valued Forum Contributor
    Join Date
    02-07-2013
    Location
    Philippines
    MS-Off Ver
    Excel Online; 365
    Posts
    633

    Re: Error Numbervalue in excel 2007

    Can you try:

    =IFERROR(VALUE(RIGHT(A4,4)),0)
    If I've helped U pls click on d *Add Reputation

  3. #3
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: Error Numbervalue in excel 2007

    OR,

    Try the following:

    =IFERROR(1*RIGHT(A4,4),0)
    Regards,
    Chandra


    Be brave. Take risks. Nothing can substitute experience. - Paulo Coelho

  4. #4
    Registered User
    Join Date
    10-13-2015
    Location
    Chicago IL
    MS-Off Ver
    2007-2016
    Posts
    2

    Re: Error Numbervalue in excel 2007

    WOW Thanks for your help

+ 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. Excel 2007 VBA Error #450
    By sthiru in forum Excel General
    Replies: 1
    Last Post: 08-01-2015, 11:21 AM
  2. [SOLVED] Error 438 Excel 2007
    By uga-buga in forum Excel General
    Replies: 3
    Last Post: 03-23-2015, 02:52 PM
  3. Run time error 75 (Path/File Access Error) - Excel 2007 on XP SP3
    By Portuga in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-30-2014, 10:39 AM
  4. [SOLVED] error in excel 2007
    By max_max in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-07-2013, 06:53 AM
  5. [SOLVED] VBA Compile Error in Excel 2007 Only NOT 2007 Professional
    By SAsplin in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-15-2013, 07:29 AM
  6. [SOLVED] run-time error '1004' application-defined or object-defined error - Excel 2007
    By kaurka in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-06-2012, 02:46 AM
  7. [SOLVED] VBA Excel 2007 : Autofit Merge Cells Error "Run-time error '13': Type Mismatch"
    By Hudas in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-18-2012, 04:10 PM

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