The Daily Static
  The Daily Static
UF Archives
Register
UF Membership
Ad Free Site
Postcards
Community

Geekfinder
UFie Gear
Advertise on UF

Forum Rules
& FAQ


Username

Password


Create a New Account

 
 

Back to UserFriendly Strip Comments Index

Excel question by ihatewindoze2002-11-11 07:26:28
  OK, I worked on it a bit, and here's what I had to by plblark 2002-11-11 07:39:30
do ...

you take Mon Nov 11 13:03:23 2002

to get the month, you look for: trim(right(left(CELL,7),3))
to get the year, you look for: trim(right(CELL,4))
to get the Day, you look for: trim(right(left(CELL,10),2))

You need to get the month number ... I just made a table on one sheet with two columns ... jan ...dec, and 1-12 ... then do a vlookup to get the month number

to get the monthnumber: vlookup(monthtext,rangeof table,2,false)
then to get a date: date(year, monthnumber, day)

for my count, I used =countif(E:E,">today()-30")
[ Reply ]
    No really, text to columns works by ihatewindoze2002-11-11 07:57:12
      Oops, no it didn't by ihatewindoze2002-11-11 08:02:26

 

[Todays Cartoon Discussion] [News Index]

Come get yer ARS (Account Registration System) Source Code here!
All images, characters, content and text are copyrighted and trademarks of J.D. Frazer except where other ownership applies. Don't do bad things, we have lawyers.
UserFriendly.Org and its operators are not liable for comments or content posted by its visitors, and will cheerfully assist the lawful authorities in hunting down script-kiddies, spammers and other net scum. And if you're really bad, we'll call your mom. (We're not kidding, we've done it before.)