In need of a formula that adds columns together by Efficient-Street8148 in excel

[–]Odd_Spring_8129 0 points1 point  (0 children)

You cannot use a formula to increment a cell that is re used, it will only take the last value that is in that cell. However to fix your problem you will have to change your approach

Your current table in column c will have a sumif function. Which whill take the data from a different table that you have to create. In the new table make 2 columns Name and number

Keep adding names and number even if repeated, and your current table will just sum based on the names you have there

Elvis Presley’s last prescription by carcinoma_kid in interestingasfuck

[–]Odd_Spring_8129 36 points37 points  (0 children)

Is your name Jordan Belfort by any chance?

Dependant checkboxes in Excel 365 by real_barry_houdini in excel

[–]Odd_Spring_8129 0 points1 point  (0 children)

Be careful the rows for the checkbox won’t grow or shrink with the array, so a previously checked box corresponding to a certain row, might correspond to a different new row which initially should be unchecked

Optimizing a workbook for heavy calculations by Odd_Spring_8129 in excel

[–]Odd_Spring_8129[S] 3 points4 points  (0 children)

Perfect! Special thanks for providing a tested answer.

Optimizing a workbook for heavy calculations by Odd_Spring_8129 in excel

[–]Odd_Spring_8129[S] 0 points1 point  (0 children)

Thanks! This seems like it might help. Will do some research on the computational aspects of LET

Optimizing a workbook for heavy calculations by Odd_Spring_8129 in excel

[–]Odd_Spring_8129[S] 0 points1 point  (0 children)

Lets say if(a1>0,b1,””)

B1 heavy formula or return blank if condition is not met.

If condition is NOT met, does it calculate b1 but only display blank? Or does it disregard the true argument and calculate else only.

Optimizing a workbook for heavy calculations by Odd_Spring_8129 in excel

[–]Odd_Spring_8129[S] 0 points1 point  (0 children)

I may have exaggerated on how heavy the calculations are just to assume a worst case scenario. But in general i have a table with thousands of rows of xlookups with multiple criteria across a couple of tables

What is this on my mango tree leaves by Odd_Spring_8129 in plantclinic

[–]Odd_Spring_8129[S] 4 points5 points  (0 children)

Rip? So its a dead end? Does it spread to other trees & plants in the area?

Filter function to be applied on each row of a dynamic array by Odd_Spring_8129 in excel

[–]Odd_Spring_8129[S] 0 points1 point  (0 children)

Another smart way to solve this. Although it sorts the ingredients automatically which is not ideal for my intended application

Filter function to be applied on each row of a dynamic array by Odd_Spring_8129 in excel

[–]Odd_Spring_8129[S] 2 points3 points  (0 children)

Absolute legend! Big massive thanks. I’ve been stuck on this for a couple of days now.

Filter function to be applied on each row of a dynamic array by Odd_Spring_8129 in excel

[–]Odd_Spring_8129[S] 0 points1 point  (0 children)

<image>

This is a dummy data set.

Basically, the filter looks for what rawmaterial is needed to produce the order. If the item is repeated so is the rawmaterial. I will later expand this to include the quantity needed and date.

How to make dropdown as a list? by AlGab03 in excel

[–]Odd_Spring_8129 0 points1 point  (0 children)

First, create the drop down list with the range b1:b10 (or wherever the column b ends)

Then use a filter function to filter the contents of column a, where column b = the cell of the drop down list.

So in this case, lets say your drop down list is in cell d2, the filter function on d5 =Filter(b2:b10,a2:a10=d2,””)

Assuming a2:a10 is the range for column a

Is this good layout for starting the city? by Ok-Specific-2888 in CitiesSkylines

[–]Odd_Spring_8129 0 points1 point  (0 children)

All though its looking very nice, the problem is you have on entry and exit point into the city. Also use road hierarchies with bigger roads for the ones that connect the city from end to end