+ Reply to Thread
Results 1 to 4 of 4

transform formula for excel 2000

  1. #1
    Forum Contributor max_max's Avatar
    Join Date
    06-28-2013
    Location
    italy - venice
    MS-Off Ver
    Excel 2007
    Posts
    1,693

    transform formula for excel 2000

    Hello,
    I must turn this formula that works on excel 2007

    =IFERROR(IF(INDEX(posizioni!$C:$C;MATCH(A1;posizioni!$B:$B;0))=0;"";INDEX(posizioni!$C:$C;MATCH(A1;posizioni!$B:$B;0)));"")

    for excel 2000
    some help?
    Thank you,
    max_max

  2. #2
    Forum Contributor
    Join Date
    02-28-2013
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    272

    Re: transform formula for excel 2000

    use if(iserror(IF(INDEX(posizioni!$C:$C,MATCH(A1,posizioni!$B:$B,0))=0,"",INDEX(posizioni!$C:$C,MATCH(A1,posizioni!$B:$B,0))),"",IF(INDEX(posizioni!$C:$C,MATCH(A1,posizioni!$B:$B,0))=0,"",INDEX(posizioni!$C:$C,MATCH(A1,posizioni!$B:$B,0)))))
    Please consider adding a * if I helped

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: transform formula for excel 2000

    Presumably any error would be caused by A1 not being found in posizioni!$B:$B? If so you can use this version

    =IF(COUNTIF(posizioni!$B:$B;A1);IF(INDEX(posizioni!$C:$C;MATCH(A1;posizioni!$B:$B;0))=0;"";INDEX(posizioni!$C:$C;MATCH(A1;posizioni!$B:$B;0)));"")
    Audere est facere

  4. #4
    Forum Contributor max_max's Avatar
    Join Date
    06-28-2013
    Location
    italy - venice
    MS-Off Ver
    Excel 2007
    Posts
    1,693

    Re: transform formula for excel 2000

    The formula wfm77 translated into Italian:

    =SE(VAL.ERRORE(SE(INDICE(posizioni!$C:$C;CONFRONTA(A1;posizioni!$B:$B;0))=0;"";INDICE(posizioni!$C:$C;CONFRONTA(A1;posizioni!$B:$B;0)));"";SE(INDICE(posizioni!$C:$C;confronta(A1;posizioni!$B:$B;0))=0;"";INDICE(posizioni!$C:$C;CONFRONTA(A1;posizioni!$B:$B;0)))))

    does not work:
    were issued insufficient arguments for this function

    formula daddylonglegs translated into Italian:

    =SE(CONTA.SE(posizioni!$B:$B;A1);SE(INDICE(posizioni!$C:$C;CONFRONTA(A1;posizioni!$B:$B;0))=0;"";INDICE(posizioni!$C:$C;CONFRONTA(A1;posizioni!$B:$B;0)));"")

    It works perfectly in excel 2007.
    To check if it works in Excel 2000, the formula I have to try to work Mondays.
    Thanks to all from italy,
    max_max

+ 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. How to make a formula transform a value in words
    By nantunes69 in forum Excel General
    Replies: 3
    Last Post: 05-09-2013, 09:23 AM
  2. [SOLVED] How to transform an IFERROR formula to Excel 2003
    By lisaopar in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 01-30-2013, 07:04 AM
  3. Transform a too long Excel formula into a Macro
    By buch84 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-26-2010, 10:52 AM
  4. Transform If Code to Formula
    By fron in forum Excel General
    Replies: 3
    Last Post: 04-23-2007, 10:49 PM
  5. Transform a Cell from Formula to Number
    By Sloth in forum Excel General
    Replies: 4
    Last Post: 07-11-2005, 01:05 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