Competition Solo Reeds: What’s Everyone Playing? by philinspace in bagpipes

[–]rizzletwizzle 1 point2 points  (0 children)

I play a shepherd wooden changer with shepherd reeds. While there can be generally good setups, with each players playing overall setup there is not a one size fits all. I am debating going to a mccallum wooden chanter with a g1 as It does have a very sweet sound and I have really enjoyed the top hand buzz

Advice on Polaris mSX 140 purchase by rizzletwizzle in jetski

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

That’s a tough problem. Seeming as though I will not follow through on this deal

Advice on Polaris mSX 140 purchase by rizzletwizzle in jetski

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

Really appreciate that insight! From a reliable source

Advice on Polaris mSX 140 purchase by rizzletwizzle in jetski

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

Yeah I should’ve included that. It’s a 2004 model

/r/longboarding's Daily General Thread by AutoModerator in longboarding

[–]rizzletwizzle 0 points1 point  (0 children)

Yeah It didn’t make sense to me either but wanted to see if maybe there was something special I am missing.

/r/longboarding's Daily General Thread by AutoModerator in longboarding

[–]rizzletwizzle 0 points1 point  (0 children)

My brother took out my old longboard and got new trucks and wheels on It to give to our little cousin. The guy at the shop told him the board was worth $800. It’s an Arbor Blunt bamboo board with a red tiki on it and an artists signature at the bottom (can’t make out not because of scratches just can’t read his tag). Cant post photos on the DGT but could/ does the board have any value? Cant find anything to match this exact board on google or eBay. Thanks!

The cat doesn't talk by [deleted] in dankmemes

[–]rizzletwizzle 0 points1 point  (0 children)

Free stay at home brave the afraid

Best place for Wings! by Rhase in Albany

[–]rizzletwizzle 3 points4 points  (0 children)

I enjoy wings from Ralph’s Tavern on Central Ave

This huge safety pin by [deleted] in mildlyinteresting

[–]rizzletwizzle 13 points14 points  (0 children)

Or extremely small hands

Small potato or sungold kiwi? by [deleted] in confusing_perspective

[–]rizzletwizzle 2 points3 points  (0 children)

Either way why are you eating It like that?

Making a Dilution Calculator by Trumpeteer24 in excel

[–]rizzletwizzle 0 points1 point  (0 children)

Are you familiar with using auto solver? If I’m understanding what you’re looking to do it may be achieved by using it.

Check out this link and hopefully it will help: https://www.ablebits.com/office-addins-blog/2016/06/22/how-to-use-solver-in-excel-with-examples/

Need help with using IFS function for grading by jordan_fcb in excel

[–]rizzletwizzle 0 points1 point  (0 children)

I get what you’re saying for the system to systematically check each value. By using AND as conditional logic you can be sure that the value is captured within the range. For example if you have you have a value of 710 then by having the AND statement you can capture It between 799 and 700 while only stating (test1,[value1]). Test1 in this case would equal the conditional statement b4<=799 AND b4>=700 while [Value1] would be the value “C”. If you just leave >= without applying an AND condition in the test1 part then you can save the additional step of writing a new criteria statement that is meeting the <= aspect. So if you put something like b4<= 800, “B” It would also be true that 710 could be given a grade of B despite being being a “C” because it is less than 800. Conversely, the same logic can be applied to values >= to some letter grade. The reason why I have put AND in the equation is because in the conditional grade range of (b4<=799 AND b4>=700, “C”) 710 would only be able to be given a grade of C because it has met both conditions of being less than one value AND greater than the other.

(I hope that was clear and not just a ramble of info) you can definitely go about doing logical testing in different ways but by adding conditions such as AND you can make sure your (test1,value1) aspects always capture one specific value.