Lostinspace

Members
  • Content

    542
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Lostinspace

  1. 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.
  2. Some people are squirrel handed.
  3. Work should be done Wednesday.
  4. Thank you. That is an attractive offer; given you are a charming and handsome young man. However, can you save my life?
  5. 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
  6. Is this thread about me? Are you stalking me? yes
  7. Your goggles can’t protect you if you don’t wear them.
  8. 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.
  9. But ... I love you. really, it's not
  10. Should? Yes. you'll have distance, because you can't catch me... no, but packing will suffice
  11. red is the color of love and you are replying to my post ....
  12. 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
  13. Don't you have some rocks to play with?
  14. % 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