Skip to content
Logo header
  • Spreadsheets
  • Python
  • About

Posts by Ryan Sheehy

Create Unique ID With Dates: Google Sheets

How can you create a unique ID with date values in Google Sheets? To create a unique ID of date values in Google Sheets use the TEXT() function to change the date into a string and then append any...

Continue Reading

5 Easy Ways To Fix Google Sheets When It Is Slow

How do you fix Google Sheets when it is running slow? The five ways to speed up working in Google Sheets when it is running slow are: filter your data when working on specific rows, convert...

Continue Reading
link to Effortlessly Increment Your File Names with Python (Free Code)

Effortlessly Increment Your File Names with Python (Free Code)

How do you create a file name with an incrementing number in Python? To create an incrementing file name in Python, run a while loop that checks the existence of a file, and if it exists, use...

Continue Reading
link to How To Format Time In 24-Hours Using Python (Examples)

How To Format Time In 24-Hours Using Python (Examples)

How do you format time to be in 24-hours using Python? In Python you can format a datetime object to be displayed in 24-hour time using the format %H:%M. This is not to be confused with the...

Continue Reading

XPath AND, OR, NOT Conditions: Logical Operators (Examples)

How do you apply logical conditions to get multiple elements, very specific elements, or even exclude elements using XPath? XPath syntax does enable the use of logical operators and, or and not()...

Continue Reading
link to How To Format HH:MM AM/PM Time To 24 Hours In Python (Examples)

How To Format HH:MM AM/PM Time To 24 Hours In Python (Examples)

How do you format a string in the format of HH:MM AM/PM to 24-hour time in Python? To change a string in the format HH:MM AM/PM to 24-hour time in Python use the...

Continue Reading
« PREV Page 1 Page 2 Page 3 Page 4 Page 5 … Page 31 NEXT »

About the Author

Author of scripteverything.com, Ryan has been dabbling in code since the late '90s when he cut his teeth by exploring VBA in Excel when trying to do something more. Having his eyes opened with the potential of automating repetitive tasks, he expanded to Python and then moved over to scripting languages such as HTML, CSS, Javascript and PHP. When he is not behind a screen, Ryan enjoys a good bush walk with the family during the cooler months, and going with them to the beach during the warmer months.

  • Send A Message
  • Privacy Policy
© 2023 Copyright > Script Everything