Marketing ToolsSocial Media & Influencer Marketing

Excel: Formulas for Scheduling Social Media Updates by Day of the Week And Random Times

One of the clients that we work with has a fairly consistent seasonality to their business. Because of this, we like to schedule social media updates far ahead of time.

Most social media publishing platforms offer a bulk upload capability to schedule out your social media calendar. Since Agorapulse is a partner of Martech Zone, I’ll walk you through their process. As an observation, they also offer a bit of flexibility when uploading your comma-separated value (CSV) file because you can map the columns of your file rather than having them hard-coded.

When we build the CSV file, we don’t want to just slam a tweet 7 days a week at the same time. We want to set the CSV to specific weekdays and some random times each morning. In this example, I’m going to fill the spreadsheet with social media updates for mornings on Mondays, Wednesdays, and Fridays.

Excel Formulas for Calculating Day of Week

Be sure to start with an Excel Spreadsheet, not a CSV file, since we’re going to use Excel Formulas and then export the file to a CSV format. My columns are pretty simple: Date, Text, and URL. In cell A2, my formula is to find the first Monday after today. I’m also going to set the time to 8 am.

=TODAY()+7-WEEKDAY(TODAY()+7-2)+TIME(8,0,0)

This formula jumps to the next week and then finds Monday in the week. In cell A3, I just need to add 2 days to the Date in A2 to get the date for Wednesday:

=A2+2

Now, in cell A4, I’m going to add 4 days so that I get the date for Friday:

=A2+4

We’re not done yet. In Excel, we can automatically drag a series of cells for Excel to automatically calculate formulas in later rows. Our next 3 rows are just going to add a week to our calculated fields above. A5, A6, A7, A8, A9, and A10 are respectively:

=A2+7
=A3+7
=A4+7
=A5+7
=A6+7
=A7+7

Now, you can just drag the formula for as many updates as you’d like to import.

excel weekday formulas

Random Times in Excel

Now that we’ve got all of our dates set, we may not want to publish at the exact time. So, I’m going to insert a column next to column A and then in column B, I’m going to add a random number of house and minutes to the time in column A, but not go past noon:

=A2+TIME(RANDBETWEEN(0,3),RANDBETWEEN(0,59),0)

Now just drag the formula down from B2:

excel add time

There we go! Now we’ve got a column of Monday, Wednesday, and Friday days with random times between 8 am and noon. Be sure to save your Excel Spreadsheet (AS Excel) now. We may want to come back to this spreadsheet each quarter or each year as we schedule the next social updates.

Copying Values in Excel

Select Edit > Copy from your Excel Menu and open a new Excel Worksheet – this will be the worksheet we export to CSV. Don’t paste the column yet, though. If you do, the formulas will be pasted and not the actual values. In the new worksheet, Select

Edit > Paste Special:

excel copy paste special menu

This provides a dialog window where you can select values:

excel copy paste special values

Did it paste a number with a decimal? No worries – you just have to format the column as a date and time.

excel format cells date time

And now you’ve got the data you need! You can now populate the social updates and even add links. Navigate to File > Save As and select Comma Separated Values (.csv) as your File Format. That will be the bulk upload file that you can import into your social media publishing system.

bulk upload csv

If you’re using Agorapulse, you can now use their Bulk Upload feature to upload and schedule your social updates.

Douglas Karr

Douglas Karr is CMO of OpenINSIGHTS and the founder of the Martech Zone. Douglas has helped dozens of successful MarTech startups, has assisted in the due diligence of over $5 bil in Martech acquisitions and investments, and continues to assist companies in implementing and automating their sales and marketing strategies. Douglas is an internationally recognized digital transformation and MarTech expert and speaker. Douglas is also a published author of a Dummie's guide and a business leadership book.

Related Articles

Back to top button
Close

Adblock Detected

Martech Zone is able to provide you this content at no cost because we monetize our site through ad revenue, affiliate links, and sponsorships. We would appreciate if you would remove your ad blocker as you view our site.