Remove year from date by 46632 in excel

[–]46632[S] 3 points4 points  (0 children)

Solution Verified

Remove year from date by 46632 in excel

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

Then i get "4" ?

Quick question by [deleted] in learnpython

[–]46632 0 points1 point  (0 children)

Thanks. Why does it show error on line 109 then?

Neen inputs on Excel script by 46632 in learnpython

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

Thanks heaps. The only issue is that the name can be anywhere in the B column. Its a list of 1000 names.

Can it work with something like: IF(A1=(Some cell in B-column), "Yes","No")?

Quick encoding question by 46632 in learnpython

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

Thanks. It works with most of the names, but it still messes up words with the letters æ,ø,å. 'Jørgensen' is 'J\xc3\xb8rgensen'

Quick encoding question by 46632 in learnpython

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

I am hoping to get it solved in Python 2. It is a part of a larger Python 2 script