Google sheets concatenate date and time. Open the VBA editor by pressing ALT+F11 or Option + F11 on Mac. Google sheets concatenate date and time

 
 Open the VBA editor by pressing ALT+F11 or Option + F11 on MacGoogle sheets concatenate date and time  Let's get combining! Method #1 – Using TEXT Function and '&' Operator

For example, I want to convert August 10, 2023 to a number. w3 javascript to get some information on. ) In this formula, text1 represents the first cell to be combined, text2 represents the second cell to be combined, and so on. WEEKNUM: Returns the week number in a year (1-52). Method #1 – Adding the number 0 to the existing formula. google-sheets; concatenate; Share. DATEDIF: Number of days, months or years between two dates. Create a simple formula to concatenate text. Enter them as you always do and the add-on will recognize the. Overview; 2 of 5. In this tutorial we'll cover how to use Google Sheets Join function, TEXTJOIN function, & operator and. The following example shows how to use. 0 forces display of zeros if a number has fewer digits than the format specifies. Step 1: Click on the cell where you want to create the new date and enter the formula below in the selected cell. An example formula might be =CONCAT (A2, " Family"). TO_DATE: Converts a provided number to a date. =TEXTJOIN (", ",,TRANSPOSE (QUERY (FLATTEN (A2:F2)," where Col1 is not null "))) arrays. Returns 1 if yes, 0 if no. To set the end time to be 1 hour from the start time, try using the time modifier of +1h instead of +30m. A convenient way to combine date or time values with text strings is using the CONCATENATE and TEXT functions. Copy and paste the following code into the VBA editor (This VBA code creates a function that combines date and time to separate cells into one cell ) Function CombineDateTime (dateCell As Range, timeCell As. 25 day). Advanced Filter Examples in Google Sheets Example 1: Using Reference cells and Aggregation. Press the Merge Cells button on the toolbar. Each of these sheets has eight columns (A:H) of the same. 3. Enter this formula: =concatenate (text (A2,mm/dd/yyyy)& &text (B2,hh:mm:ss)) into a blank cell where you want to put the combined result, and then press Enter to get the first combined cell. 1. May I clarify; please correct me. startTime); To convert dates to text in Google Sheets, follow these steps: Select the cell or cells containing the date you want to convert. 2. 0. So, in our case, the CONCATENATE Google Sheets formula will look like this: =CONCATENATE(A2," ",B2) Google Sheets CONCATENATE multiple cells (more than 2) Let’s move further and concatenate a few more cells into. Combine several files with a formula. up to 30 total. Calculate dates and times; Combine sheets by column headers; Trim extra spaces; Count characters and words. ; Determine a place for results Get the results in a new row or extra column, or add them to a certain cell within the selected range. Google Sheets COUNTIF is one of the easiest functions to learn and one of the handiest to use. return firstName + ” ” + lastName; } Save the script with a name of your choice. ARABIC; 3 of 43. Declare two unordered maps, say s1 and s2 which will store (char, boolean) pair. Returns the values in the Clothing Item column for rows 1. Your spreadsheet will offer you a chart type for your data at once. B2 * 7 - adds the number of weeks multiplied by 7 (the number of days in a week) to get the Monday (start date) of the week in question. I'm trying to create a summary sheet that will automatically update as the form is being filled. How to add number of years months and days to date in Google sheets? DATE YEAR MONTH DAY EDATE: How to add or subtract specific years,. Select the dates and times you want to combine, and click Kutools > Merge & Split > Combine Rows, Columns or Cells without Losing Data. Under Source data > Multiple files, select the first file you want to import data from. yyyy")&TEXT(A2,"hh:mm") Here, A1 is your date cell "mm. To combine multiple columns into one we should follow the steps: Insert a new column by selecting entire column D. Method 2: Use CONCATENATE and TEXT =CONCATENATE(TEXT(A2,"m/d/yyyy")," ",TEXT(B2,"h:mm AM/PM")) The benefit of using the TEXT function is that you can specify the exact format of the resulting date and. a. 55”. Choose “Start. You can use it as it is but with changes suitable for your spreadsheet data. Step 2: Drag the formula applied to cell C2 till cell C5, then we will get the results for the remaining data. The support for datetimes must be there though, because the function NOW returns a datetime, because some charts imply they support "date and time" and. Take advantage of Google Sheets date and. For example, =CONCATENATE (A2, B2) combines the data from cells A2 and B2 into a single cell. Search. Add a comma after the first argument. For example: =C2&”_”&D2. Select the document to open it in editing mode and make use of the available tools to make all necessary changes. If you want to see the current date and time each time you open your Google Sheet, you can use the NOW or TODAY function. For example, =CONCATENATE("*", Sheet1!A1, Sheet1!B1), and I want to make the * bolded or blue in color or something else. Click the first cell that you want to refer to in the join and then press + (the plus sign). Select the range of cells that you want to concatenate with line break, and then click Kutools > Merge & Split > Combine Rows, Columns or Cells without Losing Data, see screenshot: 2. Book Free Live Demo. The syntax for each is NOW() and TODAY() with no required arguments. It benefits people who wish to display the value in a cell in a specific format. Drag the formula down to the other cells in the column by clicking and. 0 in. Select the “main sheet. Type =CONCAT (. result_range: The range to consider for the result. Method 2: Use CONCATENATE and TEXT =CONCATENATE(TEXT(A2,"m/d/yyyy"),". 59 Share 2. COMBINE DATE AND TIME — GOOGLE SHEETS FORMULA AND EXAMPLE. Note: Ensure that you select date/time format (Select Cell (s) -> Format -> Number -> Time/Date) Step 3: Write a formula to convert timezone using the following functions. Start Merge Tables. So, all you need to do to make the formula work with the other cells is drag it downward. This means it has all the same fields, I'm just piecing it back together for analysis. Community. Google Sheet - Concatenate text with date format Ask Question Asked 9 months ago Modified 9 months ago Viewed 810 times 1 How with Google Sheet I can. A new CSV file or an existing CSV file. Step 2: Enter the formula in the cell below. Why google sheets when you can have Lio. An extra setting lets you 'reverse all number signs' in the selected range at once. 1. Select all cells you want to alter and choose Convert formulas to values: Hit Run and voila – all formulas are replaced in a click: Tip. If standard ways of Google spreadsheets to combine data from multiple sheets seem dull, and the functions scare you off, there's an easier approach. Copy the date (CTRL + C), then paste only the values using Paste Special or Shortcut CTRL + ALT + V. Whatever range you indicate, it always scans its first column. Find the “XPath” for the part of the web page you want to scrape. Example 1. In Excel 2019 and later, the CONCAT function and TEXTJOIN function are better, more flexible alternatives. – Tyson. Clear searchAnother quick way to combine date and time in Excel is by using the CONCAT formula with the TEXT function. INTL: The date n. CONCATENATE: Appends strings to one another. In other words, it can't be iterated over an array. For Google Sheets to know you're about to enter a formula rather than a number or text, start entering an equal sign (=) to a cell of interest. The following sections describe the components for building date and time expressions: Current date and time functions. Instead, use the binary concatenation operator & . ENCONTRARB (FINDB) 12 de 43. The full name of the month (mmmm); followed by. Enter your CONCATENATE formula, making sure to reference the cells you want to combine, and also the spaces. =QUERY (A2:A, "SELECT QUARTER (A) LABEL QUARTER (A) 'Quarter'") Add the above formula to your sheet to get the quarter values. Choose the Bold, Italics, Underline, or Strikethrough option. In the Combine Columns or Rows dialog box, do the following operations: (1. It’s a dynamic or “volatile” Google Sheets function, meaning that it recalculates automatically. Result. Select the cells that you want to merge. startTime = new Date (eventObject. Here, we want to look up the sales for pop sockets in January. Head to. CONCATENATE text strings and numbers in Google Sheets; Google Sheets: join strings with separators; Concatenate with line break in Google Pages; Combine date and time in Google Sheets; Combine columns in Google Leaf The CONCATENATE function in Google Sheets is used to append or combine two or more strings together. Example Sheet. Here’s an example using the FILTER function to aggregate (count and sum) how many values lie between two dates. Notes. Click in the cell in which you want the result. const now = new Date(); // Create a date object for a past date and time using a formatted string. Therefore, change the dates in column A above to match today’s date when you use this tutorial. Step 1: Select an empty cell. To split the date and time into separate columns using the INT Function, use the below steps. Under the Pivot table editor, select Rows and add the data. To use CONCAT, open your Google Sheets spreadsheet and click an empty cell. With Power Tools, all it takes is to open the Dedupe & Compare group, click Combine Duplicate Rows, and follow 3 steps: Select your data. The CONCATENATE function allows you to combine text from different cells into one cell. eventDate + " " + eventObject. 18. Google Sheets formula to combine date and time with dash as a separator in one cell: =concatenate (text (A2,"mm/dd/yyyy")&" - "&text (B2,"hh:mm")) Step 3: Drag. To combine text, in a cell or. The date stored in cell B7; While formatting the date (stored in cell B7) as a date (“d mmmm yyyy”) with the following characteristics: The day number, without a leading 0 (d); followed by. 1. Client Portal (WHMCS) 40. [UPDATED]: To create a google calendar event using AppsScript we can use the simple method of createEvent(eventName, startTime, endTime). It appears in the dropdown menu for functions above cell A1, and when you select it, it places an =CONCATENATE ()= formula in the selected cell. Press Cmd/Ctrl + Shift + Enter to add an ArrayFormula around your function in Google Sheets. That is, CONCATENATE(A2:B7) is equivalent to CONCATENATE(A2,B2,A3,B3,. Enter the formula given below in the blank cell. Expected result should be: ="anything "&C2& " - " &TEXT (E2,"dd/mm/yyyy") =anything thishappens - 10/03/2020. See also. Using this formula, you can add ID- to the beginning and -1 to the end of the value in cell D2. You can adjust the format codes and separator as needed, depending on your data and preferences. That is, CONCATENATE(A2:B7) is equivalent to CONCATENATE(A2,B2,A3,B3. ”. How to use Merge Sheets. Next, type =IMPORTRANGE in the cell (you. For the most basic actions you'd perform, here are several simple Google Sheets functions. In your Excel spreadsheet, select all of the dates you want to change to text. When using the CONCATENATE function, Google Sheets will automatically convert dates to numeric values. A page may contain one or more tables and/or lists. search_key: The value to search for. To start with, I merge cells in those rows via Format > Merge cells and then count the sum for column E:Take the following steps to combine columns horizontally in Google Sheets using the concatenate function. 3, which is significantly more challenging for an average user to read. To begin, select the cells you wish to concatenate. Función JOIN;. Open a newly created list with your pivot table. Converts a string in any of the date, time or number formats that Google Sheets understands into a number. title1 | Aug 08,2019 | 7:30 | 8:25 title2 | Aug 10,2019 | 8:30 | 9:25 I want to grab date and time from google sheet then createEvent in calendarApp. On the. Here's a short video to learn how. Don't know if it's the best way but I'd do this: =A1 & TEXT (A2,"mm/dd/yyyy") That should format your date into your desired string. For information about using text expressions in templates, see Text expressions. In the example below,. Upload the document from your documents or via a link from the selected cloud storage space. CONCAT (column_1,column_2) Now, you might notice that this requires the “Currency” cell. 9. When a range with both width and height greater than 1 is specified, cell values are appended across rows rather than down columns. To use CONCATENATE in Sheets, click and select the cells you wish to combine. ]) Returns the date and time of the most recent modification made by a user in a non-computed field in the table. Like in Google Sheets, you can also use the CONCATENATE function (CONCAT) to combine date and time in Excel. Compare worksheets and books, merge worksheets and cells, remove duplicates, combine worksheets, calculate dates, and a lot more. 2. . The moment you hit enter, you will get a date and time value in the cell, just like the one we have in the above example. Converts a provided date/time, percentage, currency or other formatted numeric value to. The above steps would merge the three cells and make them one. Using Direct Excel Drop-down Option to Sort Date & Time. You can use the TIME function to add or subtract up to 60 seconds: =Start time + TIME (0, 0, N seconds) For example, add 30 seconds: =A2+TIME (0,0,30) Or substitute 30 seconds: =A2-TIME (0,0,30) To calculate over 60 seconds, use simple maths:PERKS OF COMBINE SHEETS • Combine as many spreadsheets as you need • Include extra sheets to the existing result at any time • Add sheets from Google Drive using the quick search field • Pull data from the entire sheet or adjust the range manually • Keep the formatting of the original datasets • Put the result to a new. The number of filled entries in A, B and C will vary over time, so absolute cell addresses cannot be used. =CONCATENATE ("Pay an amount of ",A1) The result of this formula would be like “Pay an amount of 2500. - Clear. To the right, click the Type menu, then select Date or Date & Time. This tutorial will demonstrate how to concatenate a date with another string of text in Excel and Google Sheets. In the end, hit enter to get the combined date and time. To link two or more cells in a basic way (similar to CONCAT), type. When the file appears on your Sheetgo. On your computer, open a spreadsheet in Google Sheets. 0. Match & merge sheets while adding columns with INDEX MATCH. Function: FORMAT_DATE Description: Returns a formatted dateIn this post, you’ll see how to Vlookup multiple criteria in Google Sheets, with three different scenarios. 20% 34. Here are some related formulae that you may find useful when working with text data in Google Sheets: CONCATENATE: This formula allows you to join multiple text strings or values from cells, but without the option to use a delimiter or ignore. You can add an ArrayFormula to existing functions. If you have no idea how to find out the indexes of tables on an HTML page, follow the steps below: Step 1. In Google Sheets, I need to create a date in the following format: Using =NOW ()-1, I get yesterday's date. Note: if you simply try to use a date value as a text string in the filter criteria, you’ll get the No matches error: =filter('Dataset from BigQuery'!A2:A,'Dataset from BigQuery'!G2:G="3/9. =IMPORTRANGE ("1lIpak48SxPpi4aWo20_BuquZ12zCQXekwSCEyBcYotQ";"Dia1!A1") Now, I want to make the function IMPORTRANGE as a concatenation with the aim to make it parameterizable. 55 in cell A1. In Google Sheets, the TODAY function returns the current date, as per the local date and time settings on the user’s computer. Concatenate multiple cells in one cell based on ID. You can find out more about using date/time modifiers here: Adjust date and time values in Zaps. Formatting the date criterion to text is a must in Query. Press Cmd/Ctrl + Shift + Enter to add an ArrayFormula around your function in Google Sheets. For example, you can use the following formulas:This is because it has internal logic for processing arrays: you can give in an array and it will concatenate all of it into one string. Enter the initial part of the formula, which is =CONCATENATE (. To combine date and time in Google Sheets, users can use the CONCATENATE function. Select how many rows or columns to freeze. ]) string1 - The initial string. You cannot use CONCATENATE because (as mentioned by others) it will return the whole array. Notes. Modified 1 year, 11 months ago. Date & Time: yes: DATE: Returns a date from year, month, and day. Now we use the IMPORTRANGE function. The values in the date columns always equal the price multiplied by quantity, and each row only has an entry in a single date column. In this example, it’s named “Product Inventory. Click the Format option in the menu. 2. DATETIME (NOW ()) returns the current date & time from a value. You need to convert the date value to a string of the form yyyymmdd. Adding arrays to existing formulas. Add date and time manually. ADVERTISEMENT. 1. 12 14:30". How to use Merge Tables Wizard. Like in Google Sheets, you can also use the CONCATENATE function (CONCAT) to combine date and time in Excel. To use the CONCATENATE function, users must first select the cells they wish to combine and then enter the formula =CONCATENATE(cell1, cell2). Examples. CODE; 7 of 43. The MATCH portion of the formula fills the argument for position (row, column). Formula: You can use this Query to concatenate a large number of columns in Google Docs Sheets. Use commas to separate the cells you are combining and use quotation marks to add spaces, commas, or other text. c. If you enter such a value in a cell - as a number (you can try this same one) - what Excel displays in the cell depends upon the cell formatting. If both columns aren’t already strings, you can use astype (str) to convert them to. Combine Text and Date in a Google Docs Spreadsheet Using Formula You can save time entering data into spreadsheets by intelligently using certain commands and formulas. The NOW function returns the current date and time in the form of a decimal number, where an integer represents the date, and a fractional value represents the time. =concatenate ("ABC", text (today (), "yyyymmdd"), 123)Follow the steps to learn more about method 2. 4. Combine a Date & a Time Column in Google Sheets for a createEvent() function [duplicate] Ask Question Asked 8 years, 4. To sort and filter your data in a single formula, follow these steps: Start by typing your filter formula, like this: =FILTER (A3:C,C3:C="Text") Then use your filter function as the range for a sort function like this: =SORT (FILTER (A3:C,C3:C="Text"), 1, true) Using the SORT and FILTER functions in Google Sheets is similar to using it in Excel. e, column A, B, C, and D. Returns the time from a hour, minute, and second. I'm trying to combine the date with the start time to make one datetime, and with the end time to make another - found lots of stuff on this online but everything results in an invalid date/ doesn't work. format - The pattern by which to format the number, enclosed in quotation marks. Step 1: Open Google Sheets and enter a date in a cell that you want to start with. The result of this formula is the combined text, numbers, or dates from all of the cells specified. Google Sheets CONCAT Two Common Issues When Combining Text and Date in Google Sheets (and How to Fix Them) You may face two issues when combining text and date using the ampersand (&) in Google Sheets, especially when using a delimiter (separator). 5K views 1 year ago #GoogleSheetsTutorial #TechLibraryTV #QuickTechTips 💡 How to concatenate text and date in Google Sheets. =TEXT (A1, "MMMM d, YYYY") Here are some sample date formats that you can use in the second parameter of the TEXT function: Date and Time Pattern. Column R (All Status History) is a concatenated record of status values and dates including the current value assigned to Column Q. With Start. Join Date with Text. See Two-argument form notes below for recognized format characters. 1. FILTER by date and time in Google Sheets. IS_SAME("1/1/1979", "1/1/1979") => 1 . Click on Merge cells option. The CONCATENATE function concatenates (joins) join up to 30 values together and returns the result as text. See screenshot: 2. Start Combine Sheets. See now how to concatenate date-time/timestamp with text. Google Sheets split function is converting text to date and then splitting. =CONCATENATE ("Pay an amount of ",A1) The result of this formula would be like “Pay an amount of 2500. Suppose you have a dataset, as shown below, and you want to combine columns A and B and get the result in column C. The cell is set to numeric value with 5 decimal places. TODAY: Returns the current date. To apply the custom time format, click Ctrl + 1 to open the Format Cells dialog, select Custom from the Category list and type the time codes in the Type box. With slight adjustments, all the ways ME mentioned been capable of joining cols at Google Sheets. ARRAYFORMULA takes into account the new range (changes B5 to B6, C5 to C6, D5 to D6 in the formula), and does the calculation, unlike SUM, which is expected for Google Sheets. 20% 34. If you. Learn more: Database: DAVERAGE: DAVERAGE(database, field, criteria). Related Tutorials: Unstack Data to Group in Google Sheets Using Formula. getActiveSheet(); var startRow = 2; // Firstly row to data to process type83. To find merged cells in your Excel sheet, perform the following steps: Press Ctrl + F to open the Find and Replace dialog, or click Find & Select > Find. Google Sheets CONCATENATE with space. The SUMIFS function is Google Sheets is designed to sum numbers with multiple conditions. getValues from google sheet. EGO use the firstly TEXT formula to change the date format from 7/9/2019 till 9 Jul 2019: =TEXT(B2,"D MMM YYYY") The second TEXT return the time: =TEXT(C2,"HH:MM:SS") Using these at CONCATENATION, Google Sheets lets me combine date or time in one desired page with other characters or video: CONCATENATE(string1, [string2,. However, if you try to combine text with numbers (or currencies/percentages/dates) directly in a cell in Google Sheets, you’ll notice the numbers loses any formatting, which will make the number harder to read or even less meaningful, e. Here, as you can see, the number has lost its. A mathematical expression that uses ranges of the same size. Billing. Select (all or specific columns) The very first clause – select – is used to tell what columns you need to return with Google Sheets QUERY from another sheet or table. You can also use arrays with other existing formulas using brackets in order to organize the returns from your formulas into rows or columns. Drag it all the way to the end of the column and it will apply the same shortcut. The date should be put in double-quotes. It is important to note that the concatenate function. To use CONCATENATE in Sheets, click and select the cells you wish to combine. How to Use TEXTJOIN Function in Google Sheets. Applying Ampersand Operator. The catch seems to be that sometimes the columns will be blank. How to use the Combine Sheets add-on. Date & Time: yes: DATE: Returns a date from year, month, and day. Confirm that the cells merge correctly. The word concatenate is just another way of saying "to combine" or "to join together". Insert the following formula in C2 and then copy it down the column by dragging the fill handle: =INT ( (ROW (C2)-2)/3) Where: C2 is the topmost cell in which you enter the formula. Ask Question Asked 1 year, 11 months ago. N: Returns the argument provided as a number. When the Custom Date and Time Formats window opens,. Google Sheets - Concatenate 2 rows across columns into 1 cell. In the menu, click Data and then Pivot table: Google spreadsheet will ask if you want to create a pivot table in a new sheet or insert it to any existing one: Once you've decided, the only thing left to do is to customize the contents and the appearance of your pivot table. Before that, I am going to explain to you the simple or you can say the traditional method to sum by month in Google Sheets. Get insights together with secure sharing in real-time and from any device. Before begin, copy the values in the first two columns in TABLE # 2, i. Add Numbers: SUM. Seconds in Google Sheets are calculated in the same manner as hours and minutes. On the Data tab, find the Data Tools group, and click Text to Columns. Uses diesen in CONCATENATE, Google Sheets hires me combine date and time in the desired format with other characters or text: =CONCATENATE(TEXT(B2,"D MMM YYYY"),", ",TEXT(C2,"HH:MM:SS")) Combine columns in Google Sheets. You will be seeing the TEXT function throughout this article for melding dates and text in Excel where we will further explain case examples. To fetch each and every column, use select with an asterisk – select *. concat (range2); } And then simply:Explanation of the Formula. As you see, our formula consists of 2 parts: DATE (A2, 1, -2) - WEEKDAY (DATE (A2, 1, 3)) - calculates the date of the last Monday in the previous year. For more information, see Excel. Well, excel offer several tooling for this job. 3. We would use this formula: =INDEX (F1:F13,MATCH. CHOOSE is a bit strange; for whatever reason, in the newest version. But you can concatenate a number without losing its format by using the TEXT function in Google Sheets. Here are some common mistakes to avoid when using the CONCAT function in Google Sheets:Format a date fetched from another cell for display using CONCATENATE. Converts the mapped EUR. TEXT (number, format) number - The number, date, or time to format. Goal: I'm using QUERY () in gSheets to combine data from multiple sheets in the same workbook. This formula converts the SaleDate field to a. CODE; 7 of 43. Join Date 04-29-2012 Location Dayton, OH MS-Off Ver Excel 2016 Posts 19. This time, you need to place a reference to a cell with the existing record first, then append the new text: =A2&", US". 3. Insira esta fórmula: =concatenate (text (A2,"mm/dd/yyyy")&" "&text (B2,"hh:mm:ss")) em uma célula em branco onde você deseja colocar o resultado combinado e pressione para obter a. Step 3: Use a Google Sheets function to port your data over. Each of these sheets has eight columns (A:H) of the same name. Combine Two Dates. getValues() function which also added a timezone offset that didn’t exist in the sheet cell. Remove Minutes from Time if Minutes are Zero. CONCATENATE function; 8 of 43. 3. In these four steps, there are a total of 5 formulas required to combine the start and end time in a customized way in Google Sheets. Merge Google sheets, update cells & add columns using QUERY. Click Add under Values again and select Sales. Here are two Time-related Text formulas to make you understand how to format time in Google Sheets. Wrap the formula in ARRAYFORMULA, editing the data ranges to cover the entire columns. Steps to Join Double Quotes with Text in Google Sheets. If you have any empty rows in Sheet1, you end up with a bunch of empty rows between each. To do this, follow these steps: Click on an empty cell, C3 in the example above. And now, let's see how our time difference formula and time codes work in real worksheets. Search. Concatenate not working I have several cells that I want to join together, but also would love to have a comma in between each. Formula. – Click on Text to Columns. Google Sheets - Concatenate NOW-1, slash, and NOW+120. We can type the following formula into cell C2 to combine the date in cell A2 with the time in cell B2: =A2+B2. Modified 3 years, 6 months ago. If format is specified, the temporal value (Date, DateTime, or Time) to be formatted. There are 3 steps in this step-by-step approach of concatenating two columns into one column. Well, now there is one. That'll open the Sheets Add-ons store, where you can search through over 250 add-ons or sort them by category. ARABIC; 3 of 43. You have a sheet called "MAIN". You only need to change the range in the above formula on your Sheets. Partial cell formatting with CONCATENATE in Google Sheets. A behavior that is very odd to me. You need to convert the date value to a string of the form yyyymmdd. Concatenate Date in Exceed & Google Sheets - Automate Excel. The following is an example. Then, type the function name and the rest of the formula. Given say 2 different dates in A1 and B1, what I want to do is just show the range of dates as a label in A2 by using =concatenate(A1, " - ", A2) However, A1 is in the default format (MM/DD/YYYY) and I want the label to have dates in the format DD MON, YYYY (as in 12/21/2012 -> 21st Dec, 2012). When you specify an Ampersand operator. Remove empty/unused rows/columns from all sheets at once. Hello, a question from an absolute amateur. . 11.