+ Reply to Thread
Results 1 to 13 of 13

INDEX and MATCH Formula Error

  1. #1
    Registered User
    Join Date
    08-03-2020
    Location
    India
    MS-Off Ver
    2010
    Posts
    15

    INDEX and MATCH Formula Error

    Cell V5 in the tab Flatwise Acct in the attached file is giving an error. I used the exact formula in a similar file successfully. I don't know where I am going wrong. Any help will be appreciated.
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,054

    Re: INDEX and MATCH Formula Error

    You probably didnt enter it as an array formula.

    Here's a non-array version:

    =IFERROR(INDEX(Transactions!$D$3:$D$2000,MATCH(1,INDEX(($K$2=Transactions!$C$3:$C$2000)*($A5=Transactions!$A$3:$A$2000),0),0)),"")
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Registered User
    Join Date
    08-03-2020
    Location
    India
    MS-Off Ver
    2010
    Posts
    15

    Re: INDEX and MATCH Formula Error

    Glenn,

    Thank you for such a prompt response, and apologies for a tardy reply. Your correction worked. Thankful for that. But that has raised another question - why did it work without an "IFERROR" earlier?
    In the attached file, please see Column M of Indvl Stmnts tab. Index has worked perfectly without IFERROR.
    Also I have an additional question. In Cell Q5 of Flatwise Acct Tab, the formula is returning True or False instead of the values in Columns C and D. What is the mistake I have made?

    I am trying to attach the file, but it does not allow me. How do I upload the file?

    Regards,
    Vijay

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,054

    Re: INDEX and MATCH Formula Error

    You can attach a file the same way as you did the last time!!!

    seriously though... remind yourself by reading the yellow banner (top of page).

  5. #5
    Registered User
    Join Date
    08-03-2020
    Location
    India
    MS-Off Ver
    2010
    Posts
    15

    Re: INDEX and MATCH Formula Error

    Glenn,

    I tried exactly the same way, but for some reason, the Attachment button just flicks back to disabled state. I've reached out to the admin for help on this. Hope they can help.

    Regards,
    Vijay

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,054

    Re: INDEX and MATCH Formula Error

    You did not read the banner. the attach icon button is not mentioned in the yellow banner, because it dies not work and has not worked for years.

    Here are more detailed instructions.



    Unfortunately the attachment icon doesn't work at the moment. So,... instead click on Go Advanced (below the Edit Window) while composing your reply, then scroll down to and click on Manage Attachments and the Upload window will open. Click on Browse and navigate to (and double-click) the file icon that you want to attach, then click on Upload and then on Close this Window to return to the Edit window. When you have finished composing your post, click on Submit Post.

  7. #7
    Registered User
    Join Date
    08-03-2020
    Location
    India
    MS-Off Ver
    2010
    Posts
    15

    Re: INDEX and MATCH Formula Error

    Thank you Glenn,

    I feel so foolish. Thanks again. I've attached the file. So back to my query....

    How did the same formula work in Column M of Indvl Stmnts tab without IFERROR? What am I missing here?

    And in the Cell Q5 of Flatwise Acct Tab, the formula is returning True or False instead of the values in Columns C and D. What have done wrong?

    Regards,
    Vijay
    Attached Files Attached Files

  8. #8
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,898

    Re: INDEX and MATCH Formula Error

    In Q5:

    =IF(AND(TODAY()>A5,J$2="1 BHK"),C5,IF(AND(TODAY()>A5,J$2="2 BHK"),D5,""))
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  9. #9
    Registered User
    Join Date
    08-03-2020
    Location
    India
    MS-Off Ver
    2010
    Posts
    15

    Re: INDEX and MATCH Formula Error

    Dear Ali,

    That worked! Thank you very much. Moving the AND made the difference. I'll need to understand how to use IF AND correctly together.

    Thanks again,
    Vijay

  10. #10
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,898

    Re: INDEX and MATCH Formula Error

    It's quite simple:

    =IF(AND(one_thing=A,another_thing=B),value_if_true,value_if_false)

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.

  11. #11
    Registered User
    Join Date
    08-03-2020
    Location
    India
    MS-Off Ver
    2010
    Posts
    15

    Re: INDEX and MATCH Formula Error

    Glenn, Ali,

    How do I mark this post as 'Solved'?

    Regards,
    Vijay

  12. #12
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,898

    Re: INDEX and MATCH Formula Error

    Read the third line of post #10 again.

  13. #13
    Registered User
    Join Date
    08-03-2020
    Location
    India
    MS-Off Ver
    2010
    Posts
    15

    Re: INDEX and MATCH Formula Error

    Thanks Ali,

    Done!

    Best,
    Vijay

+ 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. Error in my INDEX MATCH Formula?
    By gimlay in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-01-2019, 02:05 PM
  2. [SOLVED] Index & Match Formula error
    By Neilesh Kumar in forum Excel General
    Replies: 7
    Last Post: 12-28-2017, 06:26 PM
  3. [SOLVED] Getting error in index-match formula
    By mso3 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-11-2015, 10:17 AM
  4. [SOLVED] Index and Match Formula Error
    By awillix in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-16-2013, 04:51 PM
  5. [SOLVED] Index Match Formula Error
    By DontExcelAtMuch in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-24-2013, 06:43 PM
  6. Replies: 3
    Last Post: 05-02-2013, 01:31 AM
  7. I get an error in (Index & Match) Formula
    By MAHMUZ in forum Excel General
    Replies: 11
    Last Post: 11-14-2010, 05:41 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