Are you using both Slack and Excel or Google Sheets in your daily workflow? Then this might be interesting for you: https://t.co/wwOyMOEBb1
#Slack#Excel#GoogleSheets
Excel tip: When working with large spreadsheets, it can be useful to freeze the top row or first column so that it stays visible as you scroll. To do this, go to View > Freeze Panes and select either "Freeze Top Row" or "Freeze First Column." #Excel#ExcelTips#Slack#Efficiency
If you need to copy a formula down a column in Excel, double-click on the fill handle instead of dragging it. Excel will automatically fill in the formula down to the last row of adjacent data. #ExcelTips#Excel
To add a hyperlink to a cell in Google Sheets, select the cell and go to Insert > Link. You can link to a website, another sheet in the same workbook, or another file. #GoogleSheetsTip#GoogleSheets
To sort data in Google Sheets, select the range of cells you want to sort and go to Data > Sort sheet by. You can sort by one or multiple columns, and choose whether to sort ascending or descending. #GoogleSheetsTip#GoogleSheets
If you need to sum a range of cells in Excel, you can use the SUM function. For example, =SUM(A1:A10) will add up the values in cells A1 to A10. #ExcelTips#Excel
If you have a long Excel spreadsheet and want to freeze the column or row headers so they stay visible as you scroll, go to View > Freeze Panes and select either "Freeze Top Row" or "Freeze First Column." #exceltips#Excel
To delete a row or column in Google Sheets, right-click on the row or column header and select "Delete row" or "Delete column." #GoogleSheetsTip#GoogleSheets
If you need to add a series of consecutive numbers to a column in Excel, you can use the fill handle. Simply enter the starting number in a cell, then drag the fill handle down to fill in the rest of the series. #Excel#exceltips
To format a cell as a percentage in Google Sheets, simply select the cell(s) you want to format and click the % button in the toolbar. #GoogleSheetsTip
Google Sheets tip: Use the IMPORTRANGE function to import data from one sheet to another. For example, =IMPORTRANGE("https://t.co/wjQrIdRZnB", "Sheet1!A1:B10") will import the range A1:B10 from Sheet1 of the specified spreadsheet. #GoogleSheets#DataImport
To protect a sheet in Google Sheets so that only certain users can edit it, go to Data > Protect sheets and ranges. You can choose which cells to protect, and specify who has editing access. #GoogleSheetsTips#GoogleSheets
Did you know you can quickly insert the current date and time into an Excel cell by pressing Ctrl + Shift + ; for the date and Ctrl + Shift + : for the time? #ExcelTip
#ExcelTip: Use the #VLOOKUP function to find a value in a table and return a corresponding value from another column. For example, =VLOOKUP(A1, Table1, 2, FALSE) will look for the value in cell A1 in the first column of Table1 and return the value in the second column.
Excel tip: Use the CONCATENATE function to join text from multiple cells into one. For example, =CONCATENATE(A1, " ", B1) will combine the contents of cells A1 and B1 with a space in between. #Excel#ExcelTips#TextFunctions#Slack
Google Sheets tip: Use the IFERROR function to handle errors in your formulas. For example, =IFERROR(A1/B1, 0) will return 0 if there's an error in dividing A1 by B1. #GoogleSheetsTip#ErrorHandling#Slack
Google Sheets tip: Need to quickly insert the current date or time into a cell? Use the shortcuts Ctrl+; for date and Ctrl+Shift+; for time. #GoogleSheets#Productivity#Slack