'sender' parameter not working with switch/case block? 'SQL server Login Failed for User' error specifically when running windows service 'String was not recognized as a valid DateTime.' 'System.Array' does not contain a definition for 'Select' and no extension method 'Select' 'System.Windows...
Good stuff. There was a video shared by Diarmuid Early on YouTube a few months ago called "Recursive LAMBDAs to traverse a tree", where he walked through solving the Peg Game Excel challenge. Seems like the same logic could be applied here... in any case, you might find it interesting....
My first thought was also to use a recursive Lambda. Seems like the easiest way to go; plus, iteration limits aren't a concern, as the amount is being reduced down to zero. I didn't research the fore-mentioned algorithms, but I'm guessing this is what's meant by the "Gree...
My first thought was also to use a recursive Lambda. Seems like the easiest way to go; plus, iteration limits aren't a concern, as the amount is being reduced down to zero. I didn't research the fore-mentioned algorithms, but I'm guessing this is what's meant by the "Greedy...
I welcome any solutions using formulas, PowerQuery, and even Python in Excel. Please no AI contributions. How would you solve the Change-making problem? Workbooks attached: I have included (2) versions. ‘Image Version’ makes use of the 365 feature to place pictures in cell. I also includ...
(--lia-font-size-xxs)","textTransform":"UPPERCASE","letterSpacing":"0.5px","__typename":"TagsThemeSettings"},"toasts":{"borderRadius":"var(--lia-bs-border-radius)","paddingX":"12px","__typename":"ToastsThemeSettings"},"typography":{"fontFamilyBase":"Segoe UI","fontStyle...
(--lia-font-size-xxs)","textTransform":"UPPERCASE","letterSpacing":"0.5px","__typename":"TagsThemeSettings"},"toasts":{"borderRadius":"var(--lia-bs-border-radius)","paddingX":"12px","__typename":"ToastsThemeSettings"},"typography":{"fontFamilyBase":"Segoe UI","fontStyleBase":"...
Good stuff. There was a video shared by Diarmuid Early on YouTube a few months ago called "Recursive LAMBDAs to traverse a tree", where he walked through solving the Peg Game Excel challenge. Seems like the same logic could be applied here... in any case, you might find it interesting...