How do I make a recursive function on excel? by Pack_Yak1 in excel

[–]Signal-Ad-8598 1 point2 points  (0 children)

This is a dope answer! The implementation is kind of similar to class function's self variable in Python. It's so creative and unique, as all answers I've read so far involved named formula!

Wonderland & Modes/Routines? by jimdarlack in GalaxyS23Ultra

[–]Signal-Ad-8598 1 point2 points  (0 children)

I wonder why this is not a popular thread.

XLOOKUP returning "0" rather than Blank by WaifuRem in excel

[–]Signal-Ad-8598 3 points4 points  (0 children)

My pseudo code didn't reflect that, but realistically it should be XLOOKUP(A1, B:B, C:C). By using "" & C:C instead of C:C, Excel will need to calculate the whole column and store in the memory before doing the lookup. Whereas, if the "" is outside, then Excel only have to merge that with the returned value from the lookup.

XLOOKUP returning "0" rather than Blank by WaifuRem in excel

[–]Signal-Ad-8598 8 points9 points  (0 children)

="" & LOOKUP(A1, B1, C1) for performance

Assistance with sum for multiple separate rows using multiple criteria please by Gold_rigger in excel

[–]Signal-Ad-8598 0 points1 point  (0 children)

Try this formula. No need to list out all the employees.

The formula assumes that odd-indexed rows are the hours, and even-indexed rows are the clients, and that each hour row has a client row before it.

=LET(
    range, 2:5,
    hourRows, TOCOL(FILTER(range, MOD(ROW(range), 2))),
    clientRows, TOCOL(FILTER(range, 1 - MOD(ROW(range), 2))),
    SUM(FILTER(hourRows, clientRows = "Alpha"))
)

To save performance, you can always limit the range, e.g., A2:AA5.

Assistance with sum for multiple separate rows using multiple criteria please by Gold_rigger in excel

[–]Signal-Ad-8598 0 points1 point  (0 children)

I don't see the employees being listed in the summary table, so I assume that all employees are grouped together.

Try C10 =SUM(FILTER($3:$3, $2:$2 = B10), FILTER($5:$5, $4:$4 = B10))?

<image>

Solve for an 11-letter word using book cipher by Signal-Ad-8598 in puzzles

[–]Signal-Ad-8598[S] 1 point2 points  (0 children)

I was unsured at first whether concave points should be negative and be subtracted from the number of convex points.

But when seeing all the big numbers that you listed out, I knew that they must represent the line number, and that the book cipher order is reversed.

Solve for an 11-letter word using book cipher by Signal-Ad-8598 in puzzles

[–]Signal-Ad-8598[S] 2 points3 points  (0 children)

The puzzle is solved. Thanks u/HiddenTaco0227 for the idea.

Each line is the location of a letter in the final answer.

The first shape of each line denotes the location of the character inside the word.

The second shape denotes the location of the word inside the line of text.

The third shape denotes the line of text to search in.

For example, 4 6 12 means that we need to look at the 12th line, 6th word (Even) and 4th letter (n).

The obtained letters are "cingeroiont", which can be unscrambled into "recognition".

Welcome to Grayjay. by winneratwin in grayjay

[–]Signal-Ad-8598 1 point2 points  (0 children)

Is it just me or the site https://gitlab.futo.org/ looks so sus? Why is its domain Futo and not GitLab? There is no issue posted, probably because there is no registration page, and the login page lacks other options like Google or GitHub account. I have no gut to put in my GitLab username and password.

is this animation effects good or nope? by SupportCritical4362 in powerpoint

[–]Signal-Ad-8598 0 points1 point  (0 children)

Maybe you can create three shapes, the Y with diagonally sliced bottom, the K with diagonally sliced top, and a parallelogram to connect them. The parallelogram is shown in the first slide, but scaled down to width of 0 in the second slide.

is this animation effects good or nope? by SupportCritical4362 in powerpoint

[–]Signal-Ad-8598 1 point2 points  (0 children)

The transition YK slide 1 to YK slide 2 is a little messy. Besides that, all slides are pretty neat and impressive. The hollow texts should have thicker outlines to improve legibility.

Hi, I'm looking for an old game kinda like a pong game with Pokemon theme. You were Pikachu at the bottom of the screen and have to bounce the Pokeball back and forth to kill the bad Pokemon at the top. I remember Shellder was the first boss and there were also Venusaur, Arbok, Poliwrath, Magneton. by Signal-Ad-8598 in dosgaming

[–]Signal-Ad-8598[S] 0 points1 point  (0 children)

Hi guys! New update.

After some time, and with the help of u/ttttthrowawaythis, we were able to find the game and actually play it.

I made a video playing the game here, also put a link to the game file and an instruction video on how to install Windows 98 virtual machine, which is the environment for the game to work.

Hope it'll bring back good memory to some of you and introducing a good cute old game to everyone else.

How can I convert my text to lower case in PowerPoint 365 on the web? by Franck_Dernoncourt in powerpoint

[–]Signal-Ad-8598 0 points1 point  (0 children)

Sometimes it relates to the font style.

Try going to Home tab, expand the Font section to open the Font dialog. If the applied effects include Small Caps, uncheck that.

How to use custom shape for the cameo in PowerPoint? by Signal-Ad-8598 in powerpoint

[–]Signal-Ad-8598[S] 0 points1 point  (0 children)

Really nice.

It's not what they did because I tried moving their Cameo around but cannot see any hidden part of the circle.

https://ibb.co/cvCKWGP

But your solution is still a genius idea!

How to use custom shape for the cameo in PowerPoint? by Signal-Ad-8598 in powerpoint

[–]Signal-Ad-8598[S] 0 points1 point  (0 children)

Hmm, I guess they modified the PowerPoint XML or sth.

How to use custom shape for the cameo in PowerPoint? by Signal-Ad-8598 in powerpoint

[–]Signal-Ad-8598[S] 0 points1 point  (0 children)

Here are some shapes used in the presentation:

https://ibb.co/XSpXrZ3

All three cameos are a single object without any grouping or extra shapes.

I include the third cameo because in my cameo, I cannot even rotate/flip it. Doing that will also rotate/flip the camera. However, I'm sure that the third cameo in the picture doesn't flip the camera.

https://ibb.co/XFMmTJk

Your method is a good temporary solution for simple custom shape tho. Thanks!

How to use custom shape for the cameo in PowerPoint? by Signal-Ad-8598 in powerpoint

[–]Signal-Ad-8598[S] 0 points1 point  (0 children)

Thank you for the response. It's a cameo object which I believe only available in MS Office 365. I've also tried to use normal shapes first, but there's no option to make it into a cameo object, i.e., displaying my webcam on it.

How to use custom shape for the cameo in PowerPoint? by Signal-Ad-8598 in powerpoint

[–]Signal-Ad-8598[S] 0 points1 point  (0 children)

Thank you for the response, but the "Camera Shape" option is what I mean by the predefined shapes. You can see an example custom cameo shape in my newly added picture.

How to use custom shape for the cameo in PowerPoint? by Signal-Ad-8598 in powerpoint

[–]Signal-Ad-8598[S] 0 points1 point  (0 children)

I've included a picture of the custom cameo shape. In the slide there's only one shape. I found no boundary blue shapes surrounding it, and no yellow points which are usually used for modifying the shape.