+ Reply to Thread
Results 1 to 7 of 7

Array Help

  1. #1
    Registered User
    Join Date
    12-12-2009
    Location
    Roanoke TX
    MS-Off Ver
    Excel 2007
    Posts
    50

    Array Help

    I have attached the spreadsheet for those who can help.

    If you scroll to the right you will be on the correct place in the sheet.(Starting with I1)


    Ok one more thing and then I am done!

    I built a "Amount Checker" into my budget and what I need it to do is this.

    I type in a Order Number in I6 and it finds all the numbers that match from the Order column (J4:J100) than makes sure that the amount equals the Bank Amount that does not have a category or tag assigned to it and than in I8 it will say Correct or Check Again if it fails.

    Example:

    I type 2 in I6 and it find all the entries that start with 2 and add them and then makes sure it matches the -$40.00 because it does not have a category or tag assigned. If i need to be more clear just let me know.

    I have included some example code that I used for something similiar but it does not work for this example. (I know why it doesn't just don't know how to fix it for my above problem.

    Please Login or Register  to view this content.
    Attached Files Attached Files
    Last edited by putnum; 12-29-2009 at 08:06 PM.

  2. #2
    Valued Forum Contributor rwgrietveld's Avatar
    Join Date
    09-02-2008
    Location
    Netherlands
    MS-Off Ver
    XL 2007 / XL 2010
    Posts
    1,671

    Re: Array Help

    better to use a filter for this in combination with Subtotal.

    Anyhow. I think you should re-engineer your Workbook.

    If you would like to do data manipulation as you state, you need a proper database layout, tables where each row is a record and each column is an atribute.

    In you case:
    Column A & I should not be there.
    B:G is a table
    J:O is a table
    Looking for great solutions but hate waiting?
    Seach this Forum through Google

    www.Google.com
    (e.g. +multiple +IF site:excelforum.com/excel-general/ )

    www.Google.com
    (e.g. +fill +combobox site:excelforum.com/excel-programming/ )

    Ave,
    Ricardo

  3. #3
    Registered User
    Join Date
    12-12-2009
    Location
    Roanoke TX
    MS-Off Ver
    Excel 2007
    Posts
    50

    Re: Array Help

    I know I could use tables and all that but I am simply just wanting a array function that does it. I know it can be done because I had seen it before. I just can't remember how to do it.

  4. #4
    Registered User
    Join Date
    12-12-2009
    Location
    Roanoke TX
    MS-Off Ver
    Excel 2007
    Posts
    50

    Re: Array Help

    Here is the copy of the array working in a little diffrent setting.

    Called the finger print checker in a4
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    12-12-2009
    Location
    Roanoke TX
    MS-Off Ver
    Excel 2007
    Posts
    50

    Re: Array Help

    I am bumping this up. Can anybody help with this one?

  6. #6
    Registered User
    Join Date
    12-12-2009
    Location
    Roanoke TX
    MS-Off Ver
    Excel 2007
    Posts
    50

    Re: Array Help

    ok I got it down to this code but still can't figure all of it out? Can somebody please help!!

    =IF(I6="Blank",SUM(L3:L43),SUMIF(J3:J43,I6,L3:L43))

  7. #7
    Registered User
    Join Date
    12-12-2009
    Location
    Roanoke TX
    MS-Off Ver
    Excel 2007
    Posts
    50

    Re: Array Help

    I was able to solve this using the below code. Took me awhile but I did it yea!! Happy New Year everybody.

    =SUMPRODUCT((J4:J1000=I6)*(M4:M1000<>"")*(L4:L1000))

+ 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