
Lostinspace
Members-
Content
542 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Profiles
Forums
Calendar
Dropzones
Gear
Articles
Fatalities
Stolen
Indoor
Help
Downloads
Gallery
Blogs
Store
Videos
Classifieds
Everything posted by Lostinspace
-
"You're one of those irresponsible skydiver types"
Lostinspace replied to mailin's topic in The Bonfire
I am so responsible; I kept the thread on track. Im going to have to play it a little loose for now. How the weekend goes is contingent on Mirage, getting a reserve repack, and when I can pick up my gear. But it looks like the rig should be back to Don by thursday. Ausgezeichnet. -
Some people are squirrel handed.
-
Work should be done Wednesday.
-
"You're one of those irresponsible skydiver types"
Lostinspace replied to mailin's topic in The Bonfire
I'll drive next weekend. -
Thank you. That is an attractive offer; given you are a charming and handsome young man. However, can you save my life?
-
Grownups get to skydive
-
I'm to lonely to drink.
-
Nice! Given that the lead-time on new rigs has gone from 8 weeks to 10 working days, has the time to tweak a new Mirage gone down also? -Lonely Belinda
-
Is this thread about me? Are you stalking me? yes
-
[#0000ff]meow
-
Joyeux Anniversaire, Fish!
-
Your goggles can’t protect you if you don’t wear them.
-
I love skydiving. Tempering the excitement is the reality that people can get hurt or killed in this sport. I can’t imagine anything potentially more fulfilling, nor a more worthy aim for a life's work, than being part of the parachute industry and making it safer for the people that I have been fortunate to have met in the sport.
-
bump bump
-
But ... I love you. really, it's not
-
Should? Yes. you'll have distance, because you can't catch me... no, but packing will suffice
-
red is the color of love and you are replying to my post ....
-
are you stalking me?
-
am i missing something?
-
Can you explain this step better? Blues, Dave =if(a2=a1,1+b1,1) if the previously line indicates the same user as current line, it bumps the count up, else the count is set back to 1
-
I hate cooking.
-
Don't you have some rocks to play with?
-
% the following gets you the data do a search for [darius11], whole phrase put 2205 results per page (D has 2205 replies to his name) copy the table(cntrl+c) % the following puts the data where you can manipulate it go to excel (alt+tab) paste into excel(cntrl+c, cntrl+v) % the following gets rid of the data you don’t need (Score, Subject,Forum, Post time ) delete all columns, except name (alt+e, alt+d, alt+c,enter) % the following orders the data by name sort by name (alt+d, alt+s) % the following will count how many times a name has appeared put 1 in cell b1 put "=if(a2=a1,1+b1,1)" in cell b2, copy down (cntrl+d) % the following will let you know if the count is maxed or not, if they are equal, then they are both 1. put "=if(b1>=b2,1,)" in cell c2, copy down (cntrl+d) % the following freeze the counts copy column b and c, (cntrl+c) paste special (values) on top of column b and c, (alt+e,alt+s, alt+v, enter) % the following will separate and delete out counts that are not max sort by column c (alt+d, alt+s) delete all rows with a count 0 in c, (alt+e, alt+d, alt+r) % the following will order by crazy level, and name if equal crazy level sort by column b then a (alt+d, alt+s) i swear i can do it in less than 45 seconds with 1 eye closed