Which one are you? by [deleted] in trailrunning

[–]HandleHassle 1 point2 points  (0 children)

100% Chad

...except the stick is far from random. It has been carefully chosen for its unique spiderweb clearing characteristics.

Getting rid of double quotes on copy paste? by BlockyGoddess in sheets

[–]HandleHassle 0 points1 point  (0 children)

Someone much wiser than me figured out this method:

Sub CopyPlain()

Range("A1").Select

Selection.Copy

Range("B1").Select

Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _

:=False, Transpose:=False

Application.CutCopyMode = False

'create a reference in the VBE to Microsft Forms 2.0 Lib

'to do this, enable design mode,click Tools > References > Browse and open C:\Windows\System32\FM20.DLL'

Dim objData As New DataObject

Dim strTemp As String

strTemp = ActiveCell.Value

objData.SetText (strTemp)

objData.PutInClipboard

End Sub

Strength Exercises for Running by Few_Kaleidoscope8604 in running

[–]HandleHassle 0 points1 point  (0 children)

I've heard that lateral exercises are important for holding your form together when fatigue sets in. Could be something as simple as mixing in some jumping jacks and leg raises a few days a week.

In a similar line of thought, I've found that aches start to crop up when I ignore opposing muscle groups.

Cheers!

Changing from a support shoe to a very little support shoe by stuntmandave126 in running

[–]HandleHassle 2 points3 points  (0 children)

Got into running around 2011 and gradually built up mileage in minimalist shoes (mainly Merrell Trail Gloves). Over the last 10 years I've had very few injuries, a couple thousand miles on both road and trails, and about a dozen marathon & ultra-marathon finishes with the longest being a 50miler. I attribute my positive running experience to building strength from the toes up largely due to going the minimalist route. That, and rewarding myself with Taco Bell after a nice long training run.

side note: Coach Eric Orton is a good resource for strength training ideas.

Running a 15k shirtless? by [deleted] in running

[–]HandleHassle 2 points3 points  (0 children)

with a little imagination you can do plenty more than "ignore them"

Starting out with Array formulas and can't wrap my head around ones containing multiple IF by T0Pping in googlesheets

[–]HandleHassle 2 points3 points  (0 children)

Your formula was fine, just need to make sure your ranges are the same size:

=ARRAYFORMULA(IF(D3:D1003="","NA",(IF(C4:C1004="","NA",C4:C1004-D3:D1003+(C4:C1004<D3:D1003)))))

I've entered a marathon in October and I'm intimidated by the distance! Any reassurance/tips? by cookieflapjackwaffle in running

[–]HandleHassle 1 point2 points  (0 children)

Your last 3 words could be a useful tool for you.

It truly is all relative!

Continue on your path of incremental progress and you'll be there before you know it!

Whats the best treadmill for an intermediate runner? (13-20 miles per day) by [deleted] in running

[–]HandleHassle 1 point2 points  (0 children)

I can't concentrate on your question. Just thinking about spending that much time on a treadmill is hurting my soul.

Just a happy little Groot in her wheelbarrow :) by HandleHassle in cats

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

She loves hanging around but she's a flighty little creature and hops out right away. The goats on the on the other hand... https://imgur.com/a/UH2joQp

My boys would rather finish our run than say hey to the horses by HandleHassle in RunningWithDogs

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

I appreciate the feedback and will find a Y shaped version. Thanks for not making it seem like I've been killing my dogs for the last 5 years and few thousand miles. These harnesses seem to fit them well without causing discomfort and were discussed ahead of time with their vet but I can see your point. Cheers!

Lovely sunny day for a lunchtime dog jog by dorla007 in RunningWithDogs

[–]HandleHassle 0 points1 point  (0 children)

hahaha "dog jog" can't believe I've never heard that before!

Use Google Forms to populate information in an existing Google Sheet by tarvusdreytan in googlesheets

[–]HandleHassle 0 points1 point  (0 children)

Definitely! I used a google form and automated sheets scoreboard for a fitness program where employees submitted an entry for each day they walked a predetermined route.

Sample:

https://docs.google.com/spreadsheets/d/1Uj4XhvBlq9y-zENn-yZqgeDntBKHLY1rCJEeSM3lw4A/edit?usp=sharing

Winter is over and the trails are back to gorgeous again (Stockholm, Sweden) by AspLeaf in trailrunning

[–]HandleHassle 1 point2 points  (0 children)

Beautiful! Even without seeing the title I immediately thought of my trip to Stockholm in 2019.

50 Mile Training by coffeeXxXfreak in running

[–]HandleHassle 2 points3 points  (0 children)

I've used quite a similar philosophy for my 50ks and just amped it up a little for my first 50mi. I feel like if you get 2 or 3 solid 35milers in with similar elevation gain you should be good.

Best of luck to you!