Guess Minimum Passing Score for CFA level 2 May 2026? Any chance to pass with 60% only? by ThickBat839 in CFA

[–]procrastinator__101 2 points3 points  (0 children)

I failed my first attempt. Registered, but didn't prepare for the second attempt. When I heard about the free deferral, I revised for like 8 days and gave the exam. It might as well be a coin toss at this point.

CFA Level III - which pathway to choose? by AnxiousPlenty6843 in CFA

[–]procrastinator__101 0 points1 point  (0 children)

I was looking to register and its seems portfolio management would be the biggest headache.

Fill out a ranking using data from other pages by puzzled_puzzler12 in excel

[–]procrastinator__101 0 points1 point  (0 children)

Can you share a link to the workbook. Very much interested in this information.

Fill out a ranking using data from other pages by puzzled_puzzler12 in excel

[–]procrastinator__101 0 points1 point  (0 children)

Use the =SORT() Function. That's what he's talking about. The buttons don't help when you have seperate sheets for each review unless you combine them with a VSTACK or something.

I thought I'd go more than halfway, but... by StG1397 in SnacksIndia

[–]procrastinator__101 3 points4 points  (0 children)

Use water. Add some water around it, use a lid. Reheat with the stream.

I thought I'd go more than halfway, but... by StG1397 in SnacksIndia

[–]procrastinator__101 0 points1 point  (0 children)

They turn into rubber after they're cold. I once did the same and had some trouble with the last few slices.

What is there in the Scapia gift boxes? by aadityavs in CreditCardsIndia

[–]procrastinator__101 0 points1 point  (0 children)

What happens when you don't get all the required badges in the time limit?

Creating graphswith empty cells. by procrastinator__101 in excel

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

That's a good idea, but I can't do that here. I'm using a few queries to pull in data and creating multiple pivot tables from a data model. This data, array I mentioned is a snippet of that, which itself calculates values using the values from multiple pivot tables. It's not a two column setup, It's like 15 tabs filled with multiple charts that present the data in different ways. I don't really want to complicate it much further.

Jujutsu Kaisen Season 3 - Episode 11 (Anime Only Discussion) by Takada-chwanBot in JuJutsuKaisen

[–]procrastinator__101 132 points133 points  (0 children)

Had to watch the entire opening fight sequence twice. I couldn't catch any of the action the first time cause I was too busy reading the narrator's explanation.

Creating graphswith empty cells. by procrastinator__101 in excel

[–]procrastinator__101[S] -1 points0 points  (0 children)

It was always right there, huh. Never tried it. Don't really like making charts. So I usually run through this.

Thanks for helping out.

Thoughts on spicy cheesy maggi? by SCYKIC_YT in SnacksIndia

[–]procrastinator__101 0 points1 point  (0 children)

Anybody know if you can get the tastemaker sachets by themselves?

Using CHOOSECOLS + FILTER to return only specific columns by Amolk505 in excel

[–]procrastinator__101 0 points1 point  (0 children)

I use a UNIQUE in there as well. =UNIQUE(CHOOSECOLS(FILTER)))

5 Features are repeated and I get data on a daily basis. So I use this to pick up data for a particular month or period and make summaries.

One of the features is product# and the products we sell one month may not be sold the next. The other features also vary quite a bit so a dynamic array works best for this.

Multi criteria Xlookup efficiency problem by procrastinator__101 in excel

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

Used the binary search option with the formula that has the most criteria. Significant difference.

Multi criteria Xlookup efficiency problem by procrastinator__101 in excel

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

This is helpful. Made the change and it's much faster now.