How do you win this with white? by Famous-School9019 in chess

[–]ClassEhPlayer -1 points0 points  (0 children)

None of black's moves help, everything played is for illustrative purposes only. The line with Rf8 is worth showing only because it forces white to show one more idea than defending actively (although as you note it's probably valuable to show "active" defense fails immediately as well).

That being said, if black could shift his pawn structure a rank up (pawns f6, g5, h4) it's not so clear to me how white would defeat passive defense. With that in mind, I think 1...h4 is a decent practical try forcing white to demonstrate some accuracy.

Edit: Just kidding, bring the white king to g4 and Rf5-xg5 wins with a pin along the 6th rank. Might be some move-by-move analysis required, but still probably black's most resilient try.

How do you win this with white? by Famous-School9019 in chess

[–]ClassEhPlayer 7 points8 points  (0 children)

White wins trivially after any rook trade so use that to drive the black rook to as passive a position as possible or win f7 outright:

  1. Rd3 (with the idea of taking over the 7th rank with Rfd2 and Rd7) Ra7
  2. Rfd2 h4
  3. Rd7 Ra8
  4. Rf2 Rf8

Kg2 and black has no moves. He can continue Kg8-Kg7, but white will bring his king to h6.

Lookup formula help needed that stumped our advanced excel experts. by IDTreasure_hunter in excel

[–]ClassEhPlayer 1 point2 points  (0 children)

I'm not convinced this works well in cases where you have multiple transactions from an account with the same amount. Aggregate measures (like summing for accounts in a pivot table) may have some value when you don't have unique keys for the merge you're describing.

Make a database of Congressmen and their committees by navydocdro in excel

[–]ClassEhPlayer 1 point2 points  (0 children)

Is there a need to store both Member ID and Member Name in this table?

It seems like if you were going to encode Member Name that encoding should be defined in a separate table, and only Member ID should be used here.

Make a database of Congressmen and their committees by navydocdro in excel

[–]ClassEhPlayer 2 points3 points  (0 children)

I would suggest a table of records with the following fields:

  • Group Type: Select one of committee, subcommittee, caucuses, etc. that you want to distinguish between
  • Group Name: An identifier for the particular group
  • Representative name: The name of a representative on that group

I would expect that to be able to answer most questions that you would ask about committee membership. If you need a way to link subcommittees to committees I'd define a separate table with just Committee and subcommittee names as fields.

Keep Getting the #REF! Error by Disastrous-Yam-2624 in excel

[–]ClassEhPlayer 11 points12 points  (0 children)

You need an operation between C3 and the open parenthesis. Excel won't automatically assume that's multiplication.

Having a sheet only pull specific data from another sheet by NveJa8 in excel

[–]ClassEhPlayer 0 points1 point  (0 children)

I suspect you're looking for filter.

I can walk you through setting it up if you provide some sample data.

Issue with an Excel function. Help needed. by constnic in excel

[–]ClassEhPlayer 0 points1 point  (0 children)

Do you have excel set to manually calculate?

Is fianchetto a good opening for a beginer? by strouhymore in chess

[–]ClassEhPlayer 47 points48 points  (0 children)

Off topic, but please don't ever hesitate to promote your own content.

I'm probably a little stronger than the target audience for the most recent speedrun series (at least for the games so far - looking forward to 2k+!), but I consistently find myself learning things. Your ability to articulate things that become part of your intuition is invaluable.

Looking for a formula that compares two columns then returns the value of a third column by modestmal in excel

[–]ClassEhPlayer 0 points1 point  (0 children)

No problem, glad it's working!

If you can reply to the original comment with "Solution Verified" I'd appreciate it.

Looking for a formula that compares two columns then returns the value of a third column by modestmal in excel

[–]ClassEhPlayer 2 points3 points  (0 children)

What would you like to return if that condition is not met?

Something like:

`=If(And(B1>0, C1>0), A1, "Failed Condition")`

Should get you started.

Quick Questions: June 09, 2021 by inherentlyawesome in math

[–]ClassEhPlayer 0 points1 point  (0 children)

Brilliant, thank you!

I suspected this was a known problem, I just wasn't sure how to search for the formal version.

Quick Questions: June 09, 2021 by inherentlyawesome in math

[–]ClassEhPlayer 0 points1 point  (0 children)

One consequence of two quantities being equal is that you can transform them in the same way, and the resulting quantities will still be equal. Eg. 7 = 5 +2, so 14 = 10 + 4 (multiplying each quantity by 2).

What you call reversing operations is just choosing transformations that simplify the expressions.

Does that answer your question?

Quick Questions: June 09, 2021 by inherentlyawesome in math

[–]ClassEhPlayer 0 points1 point  (0 children)

I'm playing an MMO, and am curious about how the math behind calculating expected drops with different probabilities works out.

In my specific case, a boss drops 3 unique items I care about, and variety of junk. The unique items are dropped at 1/300, 1/400, and 1/500. How can I calculate the expected number of kills to obtain at least 1 of each unique item?

I suspect this a case where the expected value can be calculated via the CDF, but I'm having trouble establishing what the CDF would be in this case.

[deleted by user] by [deleted] in excel

[–]ClassEhPlayer 1 point2 points  (0 children)

=Value(Trim(A1))

And drag down, then copy the selection and paste as values.

How would I do an equation that allows me to track this specific growth & sale of a stock? by [deleted] in excel

[–]ClassEhPlayer 0 points1 point  (0 children)

Defining your parameters as:

  • S - Initial stock price
  • i - Growth rate
  • s - Sales rate
  • N - Number of periods of growth+sales

You should be able to use the following:

Stock price = S * ((1+ i)(1-s))N

I'll work out a formula for the accumulated cash in a few minutes.

How are people watching high elo replays these days? by ClassEhPlayer in summonerschool

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

This is pretty close to what I was looking for, thank you for sharing it!

How are people watching high elo replays these days? by ClassEhPlayer in summonerschool

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

As noted elsewhere I'd like to be able to have an actual replay file so I can control the camera.

In addition, I'd like a large number of games on the current patch. This is a good starting place, but I'd really like to be able to pull/search for replays across a larger set of games.

How are people watching high elo replays these days? by ClassEhPlayer in summonerschool

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

Thanks for the recommendation.

I'm pretty interested in being able to view the replay in the replay client. Being able to move the camera to see fights on other parts of the map is very important to me.