spill

  1. D

    Want to use VLOOKUP and IF for a code from another workbook

    So I have 2 workbooks, the first workbook contains a unique ID in a column as well as columns with name, age, skill level, skill name, expiry date in accordance to the unique ID. **NOTE: 1 Unique IDs may have 1 or more skill levels and skill names, different skill level = different row, same...
  2. M

    Can you SPILL and COUNTIF?

    I am looking to count the first instance of data in a column, however when a new row gets inserted the countif needs to be reapplied. Is there a way to make this spill? AB1DATAFirst instance2a13b14c15inserted row6a07c08d19e110f1B2:B4,B6:B10B2=(COUNTIF($A$2:$A2,$A2)=1)+0 I have considered using...
  3. M

    Spill formulas with IF and OR

    I have the table below, looking to create a spill formula which will simply tell me if a numeric value is in any of the three columns B,C,D. However with the spill formula currently in use as soon as one row is true then all become true. Is this a limitation to spill formulas or is there a...
  4. R

    SPILL error when SUMIFS on pivot table

    Hi, I was using a SUMIFS formula to look up an external workbook which worked great. I then decided to pivot table that external workbook so that the data was contained within my file, and users of the file did not need to open that external workbook each time. However, since doing this...
  5. E

    Weird Sequence Bug ??

    I have seen a discussion in the forum dated 2021 about this weird behaviour (bug?) of the function Sequence: Sequence(Randbetween(1,50),1) gives a #Spill! Error in Excel 365 most of the time. Sequence(A1,1) when A1=Randbetween(1,50) also gives a #Spill! error most of the time. I was hoping that...
  6. K

    Fill by matching and adding rows for multiple matches

    Hi! Unfortunately, my xl2bb still refuses to work (blanked out in the excel toolbar) but I'll save that for another post and just attach images here. I also previously posted the same thread but with very unclear and messy parameters so I'm redoing that here, apologies for that. The Sales...
  7. M

    “Link” new data to a spilled list that changes constantly

    Hi all. I have a spilled FILTER list of a database that gets updated every day with some reference numbers and other columns. Every week or so I must analyse these data and fill in another column with the results of the analysis. Both the database and the filter are sorted by date. Now, since...
  8. welshraz

    List of Dates if COUNTA = 5 and greater than Today()

    I have created a calendar to easliy track leave etc. of a team. There is conditional formatting in place that highlights dates that may cause us issues. What I would like is a formula that finds the dates that meet this criteria, and lists them. I do not know if what I am asking is...
  9. R

    XERROR

    XERROR allows for conveniently generating most of the Excel errors as output to functions With XERROR, it is very easy to generate all but four of the Excel errors as output to functions. Error types 0, 1, 2, 3, 4, 5, 6, 7, 8, 13, and 14 (i.e. #EXTERNAL!, #NULL!, #DIV/0!, #VALUE!, #REF...
  10. T

    Making a tough Excel Formula take one input as a range, and output as a Spill Array/Range.

    I've made a (really neat, and tough to write!) formula that evaluates a single date against a single cell's value, where that cell contains multiple date ranges, and then indicate whether or not the date is within any of the listed multiple date ranges. The multiple date ranges are formatted in...
  11. EMoscosoCam

    Spill dynamic array across multiple columns with a defined depth

    Hello Is it possible to distribute a dynamic array into multiple columns? For example, consider an array with 22 values, and you want to spill the values in sequence across 6 columns with a maximum row count of 4: In this example a have put numbers in sequence for the sake of simplicity, but...
  12. F

    Can Xlookup return all valid returns on multiple criteria?

    I was wondering if there is a functionality in XLookup that can return all valid entries when the look-up is done on more than one criteria. Does Xlookup have the capability to 'spill' like the filter function do? Below is an example: I would like to display all returns for the two parameters...
  13. A

    Linear interpolation of 2-way array using spill functions

    Hi all, I am having some issues with the following problem. I have a range of coordinates x [m] and 5 items defined by the functions x1,y1, x2,y2, x3,y3 and x4,y4. My objective is to find the y [mm2] value corresponding to my x-value by finding the value inside of my x1-x4,y1-y4 list. I need...
  14. A

    Use of LARGE, SMALL, MAX, MIN, SUM Functions in spilled arrays

    Hi all, I would like to use functions like LARGE, SMALL, MAX, MIN and SUM in spilled arrays and get the values PER row instead of the total. For Example: x y =MAX(A2:B2) dragged down =MAX(A2:B5) 1 2 2 8 3 4 4 5 6 6 7 8 8 The only solution I...
  15. Z

    Spill using "#" not working ? Formula is fine without the "#"

    Hi All, I was trying to make the formula spill using the hash key, but it comes back with a value error, anyone knows a fix? =IFNA(SUM(INDIRECT(CELL("address",INDEX('Comparison Period'!$E:$E,MATCH(A8&B8,Cowd_Uploads__3[Merged],0)))&":"&SUBSTITUTE(ADDRESS(1,MATCH($B$1,'Comparison...
  16. Dermot

    VBA: Enhance and speed up random numbers and sorting, using spill functions

    Sorting Arrays VBA does not have a built in sort function, which means you need your own sorting code. But now, the Excel Sort function can be used in VBA, and based on my testing, it is faster than my quicksort function. Note that the array must be 2D, eg (1000,1) or (500,3) For example if you...
  17. M

    Conditional format based off spill formula value

    I have an error check sheet within a work book, for example EF1PART NUMBERSERIAL (IF APPLIC')212345-6789112233312345-678949876-54321F2:F4Expression=IF('Error Check'!AR3<>"","TRUE","FALSE")textNO Now this works great, but I have times where a new row needs to be inserted within the data. upon...
  18. M

    How to Spill a formula

    I have the below formula which i would like to spill and pull in any rows which require a value. The formula curently works but i have to drag it down to each row which i have had issue before where on the other work sheet if i were to add a row then the formulas adjust to the new row numbers...
  19. M

    Spill functions with other functions

    I have recently been looking into using spill functions more as I can have them veiw an array on another sheet and does not need to be updated if someone inserts a row in the middle of the data. Currently all my formulas will update to make room for the new row but not adjust to include the row...
  20. M

    Fill with above cell if cell is empty on large range

    hi friends! does anyone know how to use a spill formula to fill blank cells with the row above's data? i have some really long data sets, and i am limited to in cell formula (excel online). preferable i would like to add this to a range like " a1:index(a:a,endofdata) " where end of data is...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top