+ Reply to Thread
Results 1 to 4 of 4

Averaging IF with multiple values

Hybrid View

  1. #1
    Registered User
    Join Date
    01-10-2008
    Posts
    18

    Question Averaging IF with multiple values

    I originally was using this function to declare a value until I came across records that had been updated with new values. How can I sum or average this to remove #value?

    What am I doing wrong?

    Original Function:
    =IF(ISERROR(VLOOKUP(Purchased!A6,'Cut Tube Issues'!A:K,11,TRUE)),"",VLOOKUP(Purchased!A6,'LWC Issues'!A:M,9,TRUE))*F19

    Output: #value

    Second Try:
    =AVERAGE(IF(ISERROR(VLOOKUP(Purchased!A6,'Cut Tube Issues'!A:K,11,TRUE)),"",VLOOKUP(Purchased!A6,'LWC Issues'!A:M,9,TRUE))*F19)

    Output: #value

    Third Try:
    =AVERAGE(IF(Purchased!A6,'Cut Tube Issues'!A:K<>0,Purchased!A6,'Cut Tube Issues'!A:K(ISERROR(VLOOKUP(Purchased!A6,'Cut Tube Issues'!A:K,11,TRUE)),"",VLOOKUP(Purchased!A6,'Cut Tube Issues'!A:K<>0,Purchased!A6,'LWC Issues'!A:M(Purchased!A6,'LWC Issues'!A:M,9,TRUE))))

    Output: Entered to many arguments or Your formula is missing a parenthesis...

  2. #2
    Registered User
    Join Date
    01-25-2007
    Posts
    21

    Post the file to fix.

    Post the file to fix.

  3. #3
    Registered User
    Join Date
    01-10-2008
    Posts
    18

    One problem..

    The smallest file I have sits at a whopping 17mb... can I host that somewhere that big?

    Try this link.

    http://www.sharebigfile.com/en/file/...Q-NEW-zip.html Edited for new link. PW= Copper
    Last edited by axc0054; 02-05-2008 at 02:53 PM.

  4. #4
    Registered User
    Join Date
    01-10-2008
    Posts
    18

    New link...

    I added a new link to my previous message. I think the last site linked was asking for registration info...I found a slighty better place that did not require that.

    I hope this helps for those who can identify my problem. Thank you for those who have looked.

+ Reply to Thread

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