+ Reply to Thread
Results 1 to 36 of 36

Spill error in unique formula...

  1. #1
    Forum Contributor
    Join Date
    11-12-2016
    Location
    georgia,tbilisi
    MS-Off Ver
    Office 365 MSO (Version 2401 Build 16.0.17231.20008)
    Posts
    127

    Spill error in unique formula...

    Heelo Friends, I have large database with mapped Debet annd Credit, I have attached file and I need to result like in "Result" sheet from "Starting" sheet, without manual intervertion, could you help me accomplishing this?
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,792

    Re: Spill error in unique formula...

    The source data is moissing from the workbook. It needs to be included for anyone to be able to work on this for you.

    Please explain in WORDS what the formulae in place are expected to do and in what way they are not working for you. What EXACTLY are you trying to improve?

    You need to give more detail.
    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. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Expert
    Join Date
    04-14-2009
    Location
    Taiwan
    MS-Off Ver
    Excel 2016,2019,O365
    Posts
    2,976

    Re: Spill error in unique formula...

    If you have O356, you can use this.

    Please Login or Register  to view this content.

  4. #4
    Forum Contributor
    Join Date
    11-12-2016
    Location
    georgia,tbilisi
    MS-Off Ver
    Office 365 MSO (Version 2401 Build 16.0.17231.20008)
    Posts
    127

    Re: Spill error in unique formula...

    I had corrected the workbook so that, everyone could see it now.



    Thnaks in advanced.
    Attached Files Attached Files

  5. #5
    Forum Contributor
    Join Date
    11-12-2016
    Location
    georgia,tbilisi
    MS-Off Ver
    Office 365 MSO (Version 2401 Build 16.0.17231.20008)
    Posts
    127

    Re: Spill error in unique formula...

    Thanks, but I have Microsoft Office LTSC Proffesional Plus 2021, no vstack functions are there..

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,792

    Re: Spill error in unique formula...

    Please update your forum profile, which says Excel 2016. Do this NOW.

  7. #7
    Forum Contributor
    Join Date
    11-12-2016
    Location
    georgia,tbilisi
    MS-Off Ver
    Office 365 MSO (Version 2401 Build 16.0.17231.20008)
    Posts
    127

    Re: Spill error in unique formula...

    I have updated.

  8. #8
    Forum Expert
    Join Date
    04-14-2009
    Location
    Taiwan
    MS-Off Ver
    Excel 2016,2019,O365
    Posts
    2,976

    Re: Spill error in unique formula...

    Try this, but I have not 2021 version to test.

    D5
    Please Login or Register  to view this content.
    E6
    Please Login or Register  to view this content.
    E6
    Please Login or Register  to view this content.
    all copied down.
    Attached Files Attached Files

  9. #9
    Forum Contributor
    Join Date
    11-12-2016
    Location
    georgia,tbilisi
    MS-Off Ver
    Office 365 MSO (Version 2401 Build 16.0.17231.20008)
    Posts
    127

    Re: Spill error in unique formula...

    Thnaks, but in my "Result" sheet for example in Dr site - inventory is repeated six times, but in your formula only 1 time why?

  10. #10
    Forum Contributor
    Join Date
    11-12-2016
    Location
    georgia,tbilisi
    MS-Off Ver
    Office 365 MSO (Version 2401 Build 16.0.17231.20008)
    Posts
    127

    Re: Spill error in unique formula...

    Yes, I know why.. My fault i would review more detally your formula..

  11. #11
    Forum Expert
    Join Date
    04-14-2009
    Location
    Taiwan
    MS-Off Ver
    Excel 2016,2019,O365
    Posts
    2,976

    Re: Spill error in unique formula...

    Result sheet doesn't fix range, so the answer is wrong in Result sheet.

    C4
    =UNIQUE(FILTER('Transactions Mapped'!$J$5:$J$478,('Transactions Mapped'!F5:F478=Starting!B6)))

    C7
    =UNIQUE(FILTER('Transactions Mapped'!$J$5:$J$478,('Transactions Mapped'!F8:F481=Starting!B9)))

    =UNIQUE(FILTER('Transactions Mapped'!$J$5:$J$478,('Transactions Mapped'!F14:F487=Starting!B15)))

  12. #12
    Forum Contributor
    Join Date
    11-12-2016
    Location
    georgia,tbilisi
    MS-Off Ver
    Office 365 MSO (Version 2401 Build 16.0.17231.20008)
    Posts
    127

    Re: Spill error in unique formula...

    Now, I have question, can we extract Map_DR and Map_CR from Transactions Mapped with unique formula in different columns? Not with concatinate in one cell?

  13. #13
    Forum Expert
    Join Date
    04-14-2009
    Location
    Taiwan
    MS-Off Ver
    Excel 2016,2019,O365
    Posts
    2,976

    Re: Spill error in unique formula...

    I don't sure what you want, upload a sample file to describe, please.

  14. #14
    Forum Contributor
    Join Date
    11-12-2016
    Location
    georgia,tbilisi
    MS-Off Ver
    Office 365 MSO (Version 2401 Build 16.0.17231.20008)
    Posts
    127

    Re: Spill error in unique formula...

    Please see attached file.
    Attached Files Attached Files

  15. #15
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,792

    Re: Spill error in unique formula...

    Try:

    =LET(m,HSTACK(TR!G3:G55,TR!K3:K55),UNIQUE(m))

  16. #16
    Forum Expert
    Join Date
    04-14-2009
    Location
    Taiwan
    MS-Off Ver
    Excel 2016,2019,O365
    Posts
    2,976

    Re: Spill error in unique formula...

    Like this?

    F4
    =UNIQUE(FILTER(TR!G3:TR!G1000,TR!G3:TR!G1000<>""))

    G4
    =UNIQUE(FILTER(TR!K3:TR!K1000,TR!K3:TR!K1000<>""))

  17. #17
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,792

    Re: Spill error in unique formula...

    No, I don't think so. See post #15.

  18. #18
    Forum Contributor
    Join Date
    11-12-2016
    Location
    georgia,tbilisi
    MS-Off Ver
    Office 365 MSO (Version 2401 Build 16.0.17231.20008)
    Posts
    127
    Quote Originally Posted by AliGW View Post
    Try:

    =LET(m,HSTACK(TR!G3:G55,TR!K3:K55),UNIQUE(m))
    Hstack i dont have

  19. #19
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,792

    Re: Spill error in unique formula...

    Oh, sorry - I forgot!

    Try this:

    =LET(m,CHOOSE({1,2},TR!G3:G55,TR!K3:K55),UNIQUE(m))

  20. #20
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,792

    Re: Spill error in unique formula...

    Or this:

    =LET(m,CHOOSE({1,2},FILTER(TR!G3:G1000,TR!G3:G1000<>""),FILTER(TR!K3:K1000,TR!K3:K1000<>"")),UNIQUE(m))

  21. #21
    Forum Contributor
    Join Date
    11-12-2016
    Location
    georgia,tbilisi
    MS-Off Ver
    Office 365 MSO (Version 2401 Build 16.0.17231.20008)
    Posts
    127

    Re: Spill error in unique formula...

    Yes, good solution. Now I need to sumifs it with Dr_Map as criteria. And then I need to sort result descending order.. how is it possible?

  22. #22
    Forum Contributor
    Join Date
    11-12-2016
    Location
    georgia,tbilisi
    MS-Off Ver
    Office 365 MSO (Version 2401 Build 16.0.17231.20008)
    Posts
    127

    Re: Spill error in unique formula...

    Quote Originally Posted by AliGW View Post
    Or this:

    =LET(m,CHOOSE({1,2},FILTER(TR!G3:G1000,TR!G3:G1000<>""),FILTER(TR!K3:K1000,TR!K3:K1000<>"")),UNIQUE(m))
    What does this formula other then the previous one?

  23. #23
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,792

    Re: Spill error in unique formula...

    Show us what you want - mock it up manually. I am not going to guess.

    What does this formula other then the previous one?
    Try both of them and see. Don't be lazy!

  24. #24
    Forum Contributor
    Join Date
    11-12-2016
    Location
    georgia,tbilisi
    MS-Off Ver
    Office 365 MSO (Version 2401 Build 16.0.17231.20008)
    Posts
    127

    Re: Spill error in unique formula...

    I have attached file, and there the sumifs result needs to be sorted descending order.
    Attached Files Attached Files

  25. #25
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,792

    Re: Spill error in unique formula...

    One way:

    Please Login or Register  to view this content.
    Last edited by AliGW; 08-19-2023 at 06:17 AM.

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

    Re: Spill error in unique formula...

    Delete ALL expected results and use:

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Your SUMIFS in column H is giving an incorrect result.
    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

  27. #27
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,792

    Re: Spill error in unique formula...

    No HSTACK or VSTACK, Glenn.

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

    Re: Spill error in unique formula...

    LoL. And no BYROW either.

  29. #29
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,792

    Re: Spill error in unique formula...

    LOL!

    I wish everybody would get 365 ...

  30. #30
    Forum Contributor
    Join Date
    11-12-2016
    Location
    georgia,tbilisi
    MS-Off Ver
    Office 365 MSO (Version 2401 Build 16.0.17231.20008)
    Posts
    127

    Re: Spill error in unique formula...

    Would be availabe on my version soon this functions? Vstack...

  31. #31
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,792

    Re: Spill error in unique formula...

    No - I don't think so. If there is to be a 2023 version, it will have them - only 365 at the moment, though.

  32. #32
    Forum Contributor
    Join Date
    11-12-2016
    Location
    georgia,tbilisi
    MS-Off Ver
    Office 365 MSO (Version 2401 Build 16.0.17231.20008)
    Posts
    127

    Re: Spill error in unique formula...

    Thanks, for replien. I thinked the my last question would be easly solveble. The threath is solved.

  33. #33
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,792

    Re: Spill error in unique formula...

    I've adapted Glenn's:
    Please Login or Register  to view this content.

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

    Re: Spill error in unique formula...

    As did I... only a little more slowly:

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files

  35. #35
    Forum Contributor
    Join Date
    11-12-2016
    Location
    georgia,tbilisi
    MS-Off Ver
    Office 365 MSO (Version 2401 Build 16.0.17231.20008)
    Posts
    127

    Re: Spill error in unique formula...

    Wow, good Solutions, Thanks both..

  36. #36
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,792

    Re: Spill error in unique formula...

    Glad to have helped.

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

    Also, if you have not already done so, you may not be aware that you can thank anyone who offered you help towards a solution for your issue by clicking the small star icon (* Add Reputation) 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 all those who offered help.

+ 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. [SOLVED] Date Range, Return Text, Formula VLookup #Spill! Error
    By CHillFL in forum Excel Formulas & Functions
    Replies: 19
    Last Post: 01-27-2022, 05:05 PM
  2. [SOLVED] Extract unique lists of sorted data across columns (2D arrays) with ONE "spill" formula
    By leolapa in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-01-2021, 09:58 AM
  3. When using a formula I get the Spill error
    By viewotst in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 04-05-2021, 07:34 AM
  4. Keep Getting #SPILL! Error for my Formula
    By prestonfussell in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-28-2021, 05:49 PM
  5. Using UNIQUE function with table ranges, cant avoid #SPILL! error
    By Lacaycer in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 12-22-2020, 09:38 AM
  6. Replies: 8
    Last Post: 08-29-2020, 09:25 AM
  7. Spill Error with index match formula
    By Daniel_ISS in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-10-2020, 09:36 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