+ Reply to Thread
Results 1 to 13 of 13

Excel Online How to get these functions to Spill

  1. #1
    Forum Contributor
    Join Date
    06-01-2014
    Location
    Riyadh, Saudi Arabia
    MS-Off Ver
    Microsoft 365
    Posts
    224

    Question Excel Online How to get these functions to Spill

    Hi There,

    I have excel file online in MS Office Online, as I am still on 2010, I am using online to take advantage of new functions in Excel.

    I am unable to get some functions to Spill if anyone could help me please.

    I have named ranges in another sheet for columns A to D populated cells starting from Row 2 till end of Data: "TimeStamp", "Price", "Volume" & "Value"

    In another sheet I have the following functions:
    =UNIQUE(TimeStamp) Spill is working fine in this column
    =MINIFS(Price;TimeStamp;A2#) Spill is working fine in this column
    =MAXIFS(Price;TimeStamp;A2#) Spill is working fine in this column
    =(B2#+C2#)/2 Spill is working fine in this column

    =STDEV.P(FILTER(Price;TimeStamp=A2)) I am Unable to get this to Spill Down
    =COUNT(UNIQUE(FILTER(Price;TimeStamp=A2))) I am Unable to get this to Spill Down

    =MINIFS(Volume;TimeStamp;A2#) Spill is working fine in this column
    =MAXIFS(Volume;TimeStamp;A2#) Spill is working fine in this column

    =COUNT(FILTER(Price;TimeStamp=A2)) I am Unable to get this to Spill Down
    Last edited by ibuhary; 09-04-2020 at 02:08 AM. Reason: Typo Error

  2. #2
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,210

    Re: Excel Online How to get these functions to Spill

    I have no idea of what you mean by spill and have not used online, however the lines that don't work are missing the #, those that work do!

  3. #3
    Forum Contributor
    Join Date
    06-01-2014
    Location
    Riyadh, Saudi Arabia
    MS-Off Ver
    Microsoft 365
    Posts
    224

    Re: Excel Online How to get these functions to Spill

    They don't Spill even if I used a # in those instances

  4. #4
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Excel Online How to get these functions to Spill

    Hi,

    Instead of:

    =COUNT(UNIQUE(FILTER(Price;TimeStamp=A2)))

    use:

    =MMULT(N(TRANSPOSE(IF(FREQUENCY(MATCH(TimeStamp&"|"&Price,TimeStamp&"|"&Price,0),SEQUENCE(ROWS(Price))),TimeStamp))=A2#),SEQUENCE(1+ROWS(Price))^0)

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  5. #5
    Forum Contributor
    Join Date
    06-01-2014
    Location
    Riyadh, Saudi Arabia
    MS-Off Ver
    Microsoft 365
    Posts
    224

    Re: Excel Online How to get these functions to Spill

    That works well, Thank you so much,
    Can we do a similar one for the: =STDEV.P(FILTER(Price;TimeStamp=A2)) as well !
    Let me try to understand your function first and then try.

  6. #6
    Forum Contributor
    Join Date
    06-01-2014
    Location
    Riyadh, Saudi Arabia
    MS-Off Ver
    Microsoft 365
    Posts
    224

    Re: Excel Online How to get these functions to Spill

    Hmmm... no it doesn't work for "STDEV.P"

  7. #7
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Excel Online How to get these functions to Spill

    Try this:

    =IFERROR(SQRT(MMULT(IFERROR((TRANSPOSE(IF(TimeStamp=TRANSPOSE(A2#),Price,""))-MMULT(TRANSPOSE(IF(TimeStamp=TRANSPOSE(A2#),Price,0)),SEQUENCE(ROWS(Price))^0)/COUNTIF(TimeStamp,A2#))^2,0),SEQUENCE(ROWS(Price))^0)/(COUNTIF(TimeStamp,A2#)-1)),"")

    Regards

  8. #8
    Forum Contributor
    Join Date
    06-01-2014
    Location
    Riyadh, Saudi Arabia
    MS-Off Ver
    Microsoft 365
    Posts
    224

    Re: Excel Online How to get these functions to Spill

    There seems to be some difference in the individual results between the function i have used and what you have suggested.
    I have shared the sample file for your review:
    HTML Code: 

  9. #9
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Excel Online How to get these functions to Spill

    Could you attach the workbook here, please?

    Regards

  10. #10
    Forum Contributor
    Join Date
    06-01-2014
    Location
    Riyadh, Saudi Arabia
    MS-Off Ver
    Microsoft 365
    Posts
    224

    Re: Excel Online How to get these functions to Spill

    I don't have it in my local drive, only online,
    aren't you able to save it from the link i sent before ?

  11. #11
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Excel Online How to get these functions to Spill

    Apologies - I used STDEV.S instead of STDEV.P. Tiny change to divide by one more element:

    =IFERROR(SQRT(MMULT(IFERROR((TRANSPOSE(IF(TimeStamp=TRANSPOSE(A2#),Price,""))-MMULT(TRANSPOSE(IF(TimeStamp=TRANSPOSE(A2#),Price,0)),SEQUENCE(ROWS(Price))^0)/COUNTIF(TimeStamp,A2#))^2,0),SEQUENCE(ROWS(Price))^0)/(COUNTIF(TimeStamp,A2#))),"")

    Regards

  12. #12
    Forum Contributor
    Join Date
    06-01-2014
    Location
    Riyadh, Saudi Arabia
    MS-Off Ver
    Microsoft 365
    Posts
    224

    Re: Excel Online How to get these functions to Spill

    Thanks for the adjustment, works well this time : )

  13. #13
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742
    You're welcome!

    Regards

+ 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. Count IF returning spill
    By vini.v4 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-23-2020, 08:34 PM
  2. Good Online Courses for complex Excel functions
    By mdrungys in forum Excel General
    Replies: 4
    Last Post: 04-17-2020, 11:49 PM
  3. Replies: 13
    Last Post: 05-20-2017, 10:44 AM
  4. Replies: 2
    Last Post: 11-27-2015, 10:22 AM
  5. Re: Which are online microsoft excel online course ?
    By sun0flower in forum Excel General
    Replies: 0
    Last Post: 09-18-2012, 05:15 AM
  6. [SOLVED] spill
    By april27 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-19-2006, 12:55 PM
  7. [SOLVED] Online reference available for x-fering functions into VB?
    By RAP in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-05-2005, 02:05 PM

Tags for this Thread

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