Closed Thread
Results 1 to 4 of 4

Excel formula not working in 2010

  1. #1
    Registered User
    Join Date
    08-21-2013
    Location
    Gurgaon
    MS-Off Ver
    Excel 2010
    Posts
    5

    Excel formula not working in 2010

    Hi Team,

    I am using an excel having lots of formulas which was working fine on 2003 but now we have migrated to 2010 and here facing problems:

    #1.I am getting type mismatch error 13 in below code
    For I = 17 To 26 Step 1
    Range("G" & Format(I, "0")).Select
    J = Range("G" & Format(I, "0"))------------- Range("G" & Format(I, "0")) returns #N/A value
    If (J = 0) Then
    Selection.EntireRow.Hidden = True
    End If
    Next I
    .
    #2.Formula "=VLOOKUP("Yes",Elig!$G$10:$H$259,Elig!$H$6-Elig!$G$6+1,FALSE)" is not working, on using evaluate it reduces to =VLOOKUP("Yes",Elig!$G$10:$H$259,2,FALSE) and finally result to #N/A. Here worksheet have multiple tabs and range given in one tab which is referring data insecond tab is not working.

    Please suggest.
    Last edited by excelbugs_help; 08-29-2013 at 03:49 AM.

  2. #2
    Forum Contributor
    Join Date
    08-14-2013
    Location
    Here and there
    MS-Off Ver
    Excel 2010
    Posts
    376

    Re: Excel formula not working in 2010

    So this is a VBA problem you are asking about? If so then put the thread in that section - you may have a better chance of a response.

  3. #3
    Registered User
    Join Date
    08-21-2013
    Location
    Gurgaon
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Excel formula not working in 2010

    thank you for replying this post.
    I feel #2 is excel issue and #1 is also occurring because of #2.let me know if it is otherwise.
    Thanks!

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Excel formula not working in 2010

    Ursul,

    If any user has posted their thread in the wrong subforum, all they need to do is click on the Report Post icon and ask a mod / admin to move the thread to the right forum. On the contrary, if they post the same question again in the right forum, it creates duplicate threads like this one.

    Excelbugs_help,

    This is a duplicate post and as such does not comply with Rule 5 of our forum rules. This thread will now be closed, you may continue in your other thread.

    Thread Closed.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Excel 2010 &A12 not working?
    By Lewis Koh in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-11-2013, 09:10 AM
  2. Macro not working in Excel 2010 but working in Excel 2003
    By mvel_sky in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-02-2013, 04:18 PM
  3. coding previously working in Excel 2003 version not working in Excel 2010
    By petercalbra in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-11-2012, 10:51 AM
  4. Replies: 6
    Last Post: 07-19-2012, 06:28 AM
  5. Macro not working in Excel 2010. HELP!!!
    By jtwusmc in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-22-2011, 11:35 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