Results 1 to 5 of 5

Is there any limitation for if function ?

Threaded View

  1. #1
    Registered User
    Join Date
    11-11-2008
    Location
    singapore
    Posts
    11

    Is there any limitation for if function ?

    Hi all,

    Can anyone enlighten me on the following issue.

    I've a long list of value with indicator which I need to compare with an entry after which it need to return a text indicator. I'm using IF and MATCH function.

    Following is the code I use:

    =(IF(MATCH(C1,$D$5:$D$29,0)<=5,$E$9,IF(MATCH(C1,$D$5:$D$29,0)<=10,$E$14,IF(MATCH(C1,$D$5:$D$29,0)<=15,$E$19,IF(MATCH(C1,$D$5:$D$29,0)<=20,$E$24,IF(MATCH(C1,$D$5:$D$29,0)<=25,"Not Found"))))))

    I've attached an excel file with an sample.

    Btw, Is there anyway I can omit the length of IF & MATCH function by using other function.

    Pls advice. Thanks
    Marc
    Attached Files Attached Files
    Last edited by VBA Noob; 11-12-2008 at 02:51 AM. Reason: Marked as solved

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