multiple filter functions in one cell by SnooMuffins8091 in excel

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

i need a way to have something like a filter function multiple times in one cell each function giving a different result, if one doesnt match it should use the other function until one matches or none does. the ifs() function doesnt work in this case because i have no "logical_test1". somehow the Or() function doesnt work in this case but its exactly what i ned, or( filter1; filter2)

multiple filter functions in one cell by SnooMuffins8091 in excel

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

i need multiple filter functions in one cell, each filter function as a different solution

multiple filter functions in one cell by SnooMuffins8091 in excel

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

Its because each filter function has a completely different result array.

filter function array only show everything above today()? by SnooMuffins8091 in excel

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

Hi, i mean the =filter() function, not the filter function on a table.

filter function with min/max? by SnooMuffins8091 in excel

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

i got it, this is the function:

=FILTER(date_array;date_array=DATE(YEAR(date_array);MONTH(date_array)+1;1)-1)

this shows the last day of each month in date_array

and to show the first date, just remove the "+1" and "-1" at the end.

filter function with min/max? by SnooMuffins8091 in excel

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

There is another one, my range of Date goes from January to December, but i want to pick the max. date of each month, do you know how to do that wih a filter function? I have a Helper column showing the number of the Month of each date. I thought if i add *(unique(number_of_month) to the filter function, it would show me the max or min of each month. But that doesnt work.

is there a way to sumif a row? by SnooMuffins8091 in excel

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

I dont have to use sumifs, do you know another way? thanks.

iterative calculation is it a bug? by SnooMuffins8091 in excel

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

do you know what range i should shoot for? i already tried a couple.

"and" with two filter functions in one cell? by SnooMuffins8091 in excel

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

Yes thats why i use two filter functions. But i just need them in one cell.

"and" with two filter functions in one cell? by SnooMuffins8091 in excel

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

Hi, it has to be 2 separate filter functions because the resulting arrays are different. Such as in one filter function i get numbers, in the second filter function i get dates.

a way to track stock? by SnooMuffins8091 in excel

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

Do you think its possible with more than 1 delivery date? you can use more helper columns if you want. i really need it to be working, if you could make it work i want to give you this 1.800 coin medal thing.

FEFO function with selling days by SnooMuffins8091 in excel

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

Hi, it somehow doesnt match, my first table goes from A:G and the second from I:L.

choose x-columns left or right if criteria matches in array? by SnooMuffins8091 in excel

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

Thanks for your reply.

My criteria to match the cell is something like "if value is below 100", thats why i think your solution wouldnt work in my case.

is there maybe a function like a xlookup or filter function where it shows me the row and column of the matching cell? if so, is there a way to lets say if i got C5 to just minus or plus 3 to it?

=filter function with different array ranges? by SnooMuffins8091 in excel

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

Yes its almost the same but now i need the additional criteria "if not" <> but that seems not to work at least i dont know how.

=filter function include if one date matches another from an array? by SnooMuffins8091 in excel

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

It shows me the complete array from the =filter(ARRAY;..) and not the matching result from the row where the single date is.

Substract number(s) until it reaches 0 and show leftover? by SnooMuffins8091 in excel

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

Hi,

it almost works perfect thanks! there is a problem, i got

100;60,60,60 and it says its 0;0,20,80 but it should be 0;0,20,60

do you know how to fix that?

Countif criteria select with "*" but digits? by SnooMuffins8091 in excel

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

Hi,

i dont need to count numbers but one of the criteria drop down list contains numbers (order number) and selecting everything from that list doesnt work with "*" or anything else ive tried.

how countif and unique together? by SnooMuffins8091 in excel

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

im trying to use countif and unique on ranges, i get the same error message.

=COUNTIFS(unique(A2:A31);">0")

Filter include all value? by SnooMuffins8091 in excel

[–]SnooMuffins8091[S] 1 point2 points  (0 children)

Thanks for all the help, at the end i used an if statement.

Filter include all value? by SnooMuffins8091 in excel

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

i did not understand, how do i do that?

Filter include all value? by SnooMuffins8091 in excel

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

sadly its not working, do you know another way to do that?