Skip to main content
Filter by
Sorted by
Tagged with
3 votes
3 answers
93 views

I have set of data that I am pulling from another sheet with filter() function, and then I'd like to use array formula if possible (with # operator) to have formula spill dynamically for as much rows ...
ch1zra's user avatar
  • 215
0 votes
3 answers
159 views

How to construct a random size, random integer array with (exact) target sum value with a single Excel function (or 'best' viable/working solution given the 'known' volatile issue with this sort of ...
JB-007's user avatar
  • 2,644
0 votes
1 answer
80 views

I have a problem with the last SWITCH in this formula. If this condition ISERR(Articles) is met, it returns one single celle with the string, which is the expected behavior. But if the COUNT(...) ...
Belight's user avatar
  • 354
0 votes
1 answer
91 views

Using OpenXML to write "spill" or array data to Excel. This is data that all lives in one cell, but spills over into other cells. If the cell already has a spill/array in it and then I run ...
Nick's user avatar
  • 83
0 votes
1 answer
84 views

In have a woorkbook with many sheets. All sheets have the same format of content. I want to stack cells from one specific column of many sheets. I give in cell A1 the list of the sheets : data;Blad7 ...
Belight's user avatar
  • 354
1 vote
2 answers
106 views

SUM(FILTER(Tbl_Assets[WDV on Year 0],(Tbl_Assets[Asset Group as per Co. Act (SCH II)]=Q14)*((Tbl_Assets[Disposal Date]>StartDate)+(Tbl_Assets[Disposal Date]=0)),0)) In the above formula, if I try ...
Deepak Sugandhi's user avatar
-1 votes
1 answer
176 views

in row 4 from D4 onwards i have a transposed spilled range of stock tickers (UNIQUE from a table reference). Each has their stock price history on a sheet of its own, the matching sheet names are ...
koen's user avatar
  • 13
0 votes
1 answer
69 views

I have a Spill Array. How can I take only top 1 for each product. Basically I want to filter to only values highlighted in yellow. Formula for Spill Array =GROUPBY(HSTACK(SL_2025[Product],SL_2025[...
Dainius's user avatar
2 votes
0 answers
94 views

I think I can do this with words. I have the following:- =XLOOKUP($B6,$W6#,$AA6#:$AD6#,"") B6 = A key W6# = A dynamic array of keys AA6#:AD6# = 4 pieces of data related to key. Works just ...
Zaphod Beeblebrox 's user avatar
2 votes
4 answers
456 views

I have the current formula =LET( rad, ROW(C2), sumArea, SUM(INDIRECT(ADDRESS(rad,3)):INDIRECT(ADDRESS(rad+5,3))), result, sumArea/INDIRECT(ADDRESS(rad+6,2)), result ) which calculates ...
thestarwarsnerd's user avatar
0 votes
0 answers
368 views

I have a table that looks something like this ID Values 1 Values 2 Values 3 1 123 456 789 2 234 567 890 3 345 678 901 4 678 901 234 I'm using ID value to locate the row of interest (e.g. row ID=3) via ...
mk1138's user avatar
  • 55
0 votes
0 answers
677 views

I was working on an answer to the following question: https://stackoverflow.com/a/77547442/12634230 when I got a formula that returned the correct results, but when any value was changed within the ...
P.b's user avatar
  • 12k
1 vote
1 answer
275 views

I know how to create formulas in Excel that select values on a join key (example in image below). However, I would like to be able to create one formula that replicates this function for the whole ...
Ethan Kallett's user avatar
0 votes
1 answer
821 views

Hi I have the following formula that I'm trying to debug: =SUMIFS(INDEX(Sheet6!$B$3#,,2),INDEX(Sheet6!$B$3#,,3),[@Date]) The formula behaves more like a lookup, returning only the first value it ...
Tim's user avatar
  • 1
0 votes
0 answers
84 views

I have a formula system to predict values based on a mathematical model and then calculate a square sum of the error with empirical data. I'm using the solver to minimize the error but the whole ...
Benoit Beaulieu's user avatar
0 votes
0 answers
144 views

I’m trying to use the FILTER formula in Excel to return all values from a column that meet three possible conditions: If column D equals "CDI" or equals "SELIC", return the value ...
Igor Mendonça's user avatar
2 votes
0 answers
138 views

I need to calculate a diagonal total of numbers in a dynamic array on an Excel sheet. The number of columns will increase but there will always be seven rows in the tableau, so I need the formula to ...
VaughanD's user avatar
0 votes
0 answers
104 views

suppose i have 10 unique data in some column i recently have data in a10, now when i enter the unique formula in cell a2 it will show spill error as i already have data in a10, i want to make that ...
Poudyal Abishek's user avatar
0 votes
1 answer
2k views

Range value properties all return EMPTY in executing code. How can I programmatically get the values of a spilled range? I'm using the following code as a test function, you can copy and paste into ...
ChE Junkie's user avatar
0 votes
1 answer
540 views

In an excel workbook, I have two spill ranges. I want a third column that will return "1" if the same value occurs in both spill ranges. Normally, I would write a formula like =IF(T3='...
jillingworth's user avatar
1 vote
1 answer
193 views

I need to produce a chart in Excel to show a quantity of items for a number of categories, grouped by the month they were received. At the moment, every occurrence of the Month shows up in my ...
Forsaken_Knight77's user avatar
0 votes
1 answer
911 views

In cell A1 i have the following: =TOCOL(E1:G6,3) In Cell B1 i have the following =UNIQUE(VSTACK(E1:E6,F1:F6,G1:G6)) In cells E1 to G6 I have this formula =LET(RandNum,RANDBETWEEN(1,100),IF(RandNum>...
Andy Robertson's user avatar
0 votes
1 answer
116 views

I run into the error because I am trying to make a string of formulas that read when between 2 dates in "table 1" is negative it pulls information from "table 2" to have it ...
Kai Sosa's user avatar
1 vote
1 answer
185 views

When getting a formula solution for this question Insert row to separates group of data with header I tried dropping the first and last row from a spill result. This was the data used: column A column ...
P.b's user avatar
  • 12k
0 votes
2 answers
1k views

Cross posted at: https://www.mrexcel.com/board/threads/vba-to-insert-or-delete-rows-in-named-range-based-on-spill-range.1214814/#post-5937281 I have a named range "nameList" (B3:E20) that ...
markkeith's user avatar
0 votes
2 answers
3k views

Preface: I'm using Excel 2016** I've got an array formula that is searching through a data set to ultimately find a list (with a dynamic length, hence the offset formula) of values based off of ...
AesusV's user avatar
  • 49
0 votes
2 answers
640 views

In Excel 365, currently I manually update multiple named ranges based on a dynamic header row, with dynamic values under each header. I hoping someone can help me with using VBA code to update the ...
Squick's user avatar
  • 1
0 votes
1 answer
308 views

I am looking to find a way to fill a whole column with the same output, "Yes", based on the number of cells in the adjacent column. For example, if there's data in A2:A10, I would like B2:...
Wisp's user avatar
  • 308
0 votes
1 answer
593 views

I'm having an issue passing a Spill array to VBA. The range is defined by as name "ListCurJobs" and the equation =UNIQUE(FILTER(CtrlSht!$B:$B,CtrlSht!$B:$B<>"")) Testing the ...
Munki Fisht's user avatar
0 votes
0 answers
552 views

I am trying to use a spilled range as criteria in the COUNTIFS function but the result I am getting is a blank spilled range and it's not working the way I want it to. So I want the code to spit out ...
Excellent's user avatar
2 votes
1 answer
4k views

Just curious if it's possible to get spill range output from a sum or sumif formula in excel. Given a 2D array, I'd like to sum some rows but preserve the columns. My concern is that once you add a ...
JPC's user avatar
  • 25
2 votes
3 answers
976 views

I've been posting a lot of Array/Spill Range answers lately trying to generate non-vba/App Script solutions. However, I've run into situations where I have arrays within arrays that aren't spilling as ...
pgSystemTester's user avatar
0 votes
1 answer
6k views

My question is because I wanted to sort the data as provided in the following question: How to select all the column based minimum date value in a sheet What I wanted to do is select the data (Range ...
P.b's user avatar
  • 12k
2 votes
2 answers
2k views

This question is closely related to this answer from user mark fitzpatrick. My sheet image I have a variable list of country code headers in M3# and AB3# (same list) and a variable list of unique &...
dholt's user avatar
  • 63
1 vote
2 answers
685 views

how do i get OR function to return a spill range? For example, in excel 365, cell A1 and B1, I have a spill range of sequence(20). Which creates 2 sequence of 1-20. In c1, I tried to put in "=OR(...
J Vegetable's user avatar
4 votes
0 answers
743 views

I'm trying to use .SpillParent and .SpillingToRange on Range objects in Excel in some UDF's and get unexpected behaviors when the range is not on the same worksheet that the UDF is called from. (I ...
pdtcaskey's user avatar
  • 242
3 votes
3 answers
2k views

I need to create a running product from a column of numbers (I could use a row, but a column is easier to demonstrate here.) The input might be any arbitrary array. In fact, in the application where ...
mark fitzpatrick's user avatar
0 votes
1 answer
3k views

I am trying to query a list of sales stored in Excel by using TEXTJOIN and FILTER and referencing a spill range and this does not work. Here is the context: I have a table tabSales containing the ...
laurent's user avatar
0 votes
1 answer
822 views

I am trying to query a list of sales stored in Excel using a dynamic array formula referencing a spill range and this does not work. Here is the context: I have a table tabSales containing the sales, ...
laurent's user avatar
0 votes
2 answers
108 views

Question I'm using named ranges extensively in my workbook, but now find that they are not a simple substitute for regular ranges in the case of the AND function. In that case the formula is no longer ...
Saaru Lindestøkke's user avatar
0 votes
1 answer
623 views

I just bought a new computer and installed Windows 10 and latest version of office 365 Home. When I use dynamic arrays in Excel there is suddenly no longer any spill which creates issues since I use ...
user2693457's user avatar
0 votes
1 answer
258 views

I am currently trying to extract the prefix of a store ID to be able to then generate a list of stores with only that prefix. Cell D1 has that formula to extract the unique prefix : =TRANSPOSE(UNIQUE(...
LaZoR_Bear's user avatar
0 votes
2 answers
1k views

I'm trying to create a spill-range solution to turn a list of dates and multiple columns of names into a structured two columns of data. I can do this using VBA, but because this will be automated and ...
pgSystemTester's user avatar
0 votes
1 answer
61 views

I have a column that is a spill range that uses the filter and sort_by formulas. This spill range is dynamic and I have an IF statement that references the spill range but upon recalculation of the ...
PotterFan's user avatar
0 votes
1 answer
128 views

For an Excel documenten I am fitlering the data to create a "view". I got several rows of data containing the following data | type | sender | duration | price | In my view I want the ...
EddieDemon's user avatar
6 votes
1 answer
451 views

Before Excel introduced spill ranges, before the “@” operator, one could ‘cast’ a range into a single value with “0+” (numeric values) or “""&” (strings). But “@” isn’t quite the same. Assume ...
jdaw1's user avatar
  • 251
7 votes
6 answers
14k views

I'm using the new Dynamic (ie Spill) formulas in Excel. I want a dynamic array that is the accumulation or running total of another dynamic array. Let's assume I have the following dynamic data in A1:...
kale's user avatar
  • 201
10 votes
3 answers
7k views

Microsoft is about to release a new "Spill" feature for Excel. At time of post, this not available in the current version, but insiders can use it. Is there an "easy" (non-vba or ...
pgSystemTester's user avatar