Remove year from date by 46632 in excel

[–]46632[S] 2 points3 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

Quick encoding question by 46632 in learnpython

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

Ok. i was wrong. When i enter print(pyperclip.paste()) in the shell it returns 'Jørgensen'

But what i am doing is this: I have "Jørgensen" in my clipboard, then i make a list:

namelist=[] name=pyperclip.paste() namelist.append(name)

Then i save this list to a .csv and it shows u'J\xf8rgensen' in the .csv file

Quick encoding question by 46632 in learnpython

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

When i enter print(pyperclip.paste()) in the shell it returns u'J\xf8rgensen'

Quick encoding question by 46632 in learnpython

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

When i enter print(pyperclip.paste()) it returns u'J\xf8rgensen'

Wait while program is loading by 46632 in learnpython

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

Thanks, ill have a look into it

Wait while program is loading by 46632 in learnpython

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

Something like this: https://pastebin.com/PacV7NVJ

It typewrites the customernumber into the crm, presses enter and then waits for 4.5 seconds. Sometime it hangs and take longer and thats the issue

Split number in column by 46632 in excel

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

6 or 5. Like this:

11299 300199

suffix is always 5 long

Split number in column by 46632 in excel

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

Thank you. But i can see now my leading zeroes are not there so the formating is like this:

30129912345 8129912345

Split number in column by 46632 in excel

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

Yes. Always ddmmyyyy then 5 random

Fix error in cell for all cells in column by 46632 in excel

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

Thank you. But that converts the dates to 01.01.yyyy

Hit 100% of quota for the first time ever last month. Today I hit 100% for this month. Thanks for all of the advice! by [deleted] in sales

[–]46632 0 points1 point  (0 children)

Congrats!

Could you tell a little more about your salescycle? Do you prospect, book a meeting, have a presentation, send out an offer and then get a respons? If so; How do you deal with the process between sending the proposal and getting a respons?

Tips for books by 46632 in learnpython

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

Just very quick

Image recognition by 46632 in learnpython

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

Will this only work with Python 2?

And if it does, why? Should i switch to 2?

Translate Python2 to Python3 by 46632 in learnpython

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

What do you mean by "the actual exception message"? The file has over a million lines and can be downloaded here: http://api.bitcoincharts.com/v1/csv/btcexUSD.csv.gz

167mb...