+ Reply to Thread
Results 1 to 5 of 5

Match (NA error)

  1. #1
    Forum Contributor
    Join Date
    01-26-2018
    Location
    London, England
    MS-Off Ver
    365
    Posts
    311

    Match (NA error)

    Another brain teaser, I can't for the life of me work out why AA9 returns N/A

    Manually typing 1.66 in Y9 fixes the problem - but I shouldn't need to do this (& assumed the formula in Y9 is "1.66" exactly)
    Attached Files Attached Files

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Match (NA error)

    use below formula in Y9
    =ROUND(1/(1/INDEX(B3:W3,1,22-$Y$3+1)+$AA$3)-0.005,2)
    instead of =FLOOR(1/(1/INDEX(B3:W3,1,22-$Y$3+1)+$AA$3),0.01)
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  3. #3
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Match (NA error)

    or can use
    =ROUNDDOWN(1/(1/INDEX(B3:W3,1,22-$Y$3+1)+$AA$3),2)
    in Y9

  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: Match (NA error)

    - Deleted-
    Formula was incorrect
    Last edited by dosydos; 03-28-2018 at 12:44 PM.

  5. #5
    Forum Contributor
    Join Date
    01-26-2018
    Location
    London, England
    MS-Off Ver
    365
    Posts
    311

    Re: Match (NA error)

    Appreciated guys!

+ 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] Index match match value error
    By Excelmagster in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-03-2017, 07:03 AM
  2. Index Match Match Ref Error
    By gotebitda in forum Excel General
    Replies: 4
    Last Post: 04-20-2016, 06:23 PM
  3. unable to get match property error in userform derived index match
    By alexcrofut in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-05-2015, 09:21 PM
  4. [SOLVED] .Match with On Error: On Error Resume Next works. On Error GoTo only works once. Err.Clear
    By Doc.AElstein in forum Excel - New Users/Basics
    Replies: 28
    Last Post: 03-16-2015, 12:55 PM
  5. [SOLVED] Vlookup to Pivot Table, using Match function, returns error if can't find match value
    By AndrewHowarth in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-16-2015, 12:10 AM
  6. Replies: 3
    Last Post: 05-02-2013, 01:31 AM
  7. Error with match in VBA
    By jrm0523 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-23-2012, 01:44 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