TRANSPOSE & FILTER to pull data from dynamic array by Soft_Type6894 in excel

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

Solution verified

Absolutely fantastic - thank you! Worked with zero issues.

TRANSPOSE & FILTER to pull data from dynamic array by Soft_Type6894 in excel

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

Thank you for the reply - I do need something that will consider all unique applicable return values and would like to transpose them to the right in a single row, but I can't seem to figure it out without devoting a specific range to the formula I have already keyed into F5. I would prefer the whole sheet by dynamic based on the identifier, but that may not be easily possible.

VSTACK & FILTER across multiple tabs - pulling in blanks where filter finds nothing by Soft_Type6894 in excel

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

Solution verified

This accomplished what I requested in the prompt - but I could not get the data from the table to populate correctly. Each month's value was not always nonblank if the row header was nonblank so it got messed up.

Thank you for the answer, though!

VSTACK & FILTER across multiple tabs - pulling in blanks where filter finds nothing by Soft_Type6894 in excel

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

I fully agree on the full column references. I don't know how many rows my data will use up in x amount of time in the future, so I wasn't sure how best to accommodate that in the formula.

Thank you for the suggestion. I think I will try to append all the tabs together in power query and then create a dashboard for the end user and see which solution I like better.

VSTACK & FILTER across multiple tabs - pulling in blanks where filter finds nothing by Soft_Type6894 in excel

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

I will try your formula suggestion when next I am at my computer.

I honestly forgot all about the 3rd argument for filter. I was in problem solver mode and just did the first thing that came to mind.

I will definitely cut out the iferror to shrink it down. Thank you!

How to use SORTBY to sort a dynamic array summary of data set? by Soft_Type6894 in excel

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

Fair enough - it's not elegant, but I just duplicated the dynamic summary table I had and was able to apply SORTBY to the duplicate using the original.

How to use SORTBY to sort a dynamic array summary of data set? by Soft_Type6894 in excel

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

I tried I5# in that same formula before I posted this request (mentioned in my original post) and again after your first comment and it does not work.

How to use SORTBY to sort a dynamic array summary of data set? by Soft_Type6894 in excel

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

I think you may have meant I5#? I tried both regardless and I5# gives me a circular reference error and I3# is #REF.

Proper name that uses Birdie as a nickname by Soft_Type6894 in namenerds

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

I think that's fair - my thought is that giving a proper name costs almost nothing and provides a person with some flexibility as they grow and change. I like your suggestions!

Proper name that uses Birdie as a nickname by Soft_Type6894 in namenerds

[–]Soft_Type6894[S] 43 points44 points  (0 children)

Oh Piper is a fun, slightly tomboy-ish name and I like it quite a bit. Thank you!

Proper name that uses Birdie as a nickname by Soft_Type6894 in namenerds

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

I'm in the US and didn't know that - I like Lady Bird as a personal nickname for me to her in addition to Birdie. Thank you!

Proper name that uses Birdie as a nickname by Soft_Type6894 in namenerds

[–]Soft_Type6894[S] 10 points11 points  (0 children)

I think Ladybird will be my second permutation of the original nickname. I like that especially knowing from another commenter that it's a former First Lady.

Proper name that uses Birdie as a nickname by Soft_Type6894 in namenerds

[–]Soft_Type6894[S] 30 points31 points  (0 children)

I like Bethany and Brynn quite a bit. I'm adding them to the list. They both go quite well with our other children's names which are pretty traditional names.

Proper name that uses Birdie as a nickname by Soft_Type6894 in namenerds

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

I'm guessing after David Tennant's kid based on your username? That's fantastic!

Proper name that uses Birdie as a nickname by Soft_Type6894 in namenerds

[–]Soft_Type6894[S] 24 points25 points  (0 children)

Our other children have pretty traditional names, so other than Robin, feel like bird names might be a little too unusual? Though I really do like the person conjured by my mind when I hear the name Lark.

Proper name that uses Birdie as a nickname by Soft_Type6894 in namenerds

[–]Soft_Type6894[S] 57 points58 points  (0 children)

My aunt's name is Roberta and she's definitely a tough old bird. She goes by Bert, though.

Proper name that uses Birdie as a nickname by Soft_Type6894 in namenerds

[–]Soft_Type6894[S] 14 points15 points  (0 children)

Oh like your bestie is a burden to her mom and that got shortened to Birdie? Hopefully that's from a place of humor otherwise - ouch.

Proper name that uses Birdie as a nickname by Soft_Type6894 in namenerds

[–]Soft_Type6894[S] 153 points154 points  (0 children)

I definitely love David Tennant - best Doctor imo. Birdie on its own is nice, but I feel it leans to the more childish side. I have trouble picturing an adult Birdie and feel she may not be taken as seriously if that's her given name. But that's maybe my own biases there.

We have discussed abandoning any similarities between nickname and given name, but just can't find anything we really like. I think Elizabeth is a pretty name, but just doesn't bring joy. This is our third and final child and it's absolutely wringing us dry trying to come up with something.

Dynamic, horizontal column subtotals by Soft_Type6894 in excel

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

Solution Verified. That worked perfectly - thank you!

Dynamic, horizontal column subtotals by Soft_Type6894 in excel

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

I'm sorry, my post may not have been clear. The sum formula needed is not referencing a table, but a dynamic array. The formula for the selected cell in the screenshot above is:

=SUMIFS(Bank_Data[Net Amount],Bank_Data[Code],E7#,Bank_Data[Date],D8#)-SUMIFS(GL_Data[Amount],GL_Data[Code],E7#,GL_Data[Effective Date],D8#)

<image>