Automatically translated.View original post

Combine words on Excel in 5 seconds.

2024/3/16 Edited to

... Read moreถ้าใครกำลังค้นหาว่า “concatenate excel คือ” แบบอยากได้คำตอบที่เอาไปใช้จริงได้ทันที สรุปง่ายๆ เลยว่า CONCATENATE (และ CONCAT) คือ “ฟังก์ชันสำหรับรวมข้อความ/ตัวอักษร/ตัวเลขหลายๆ ช่องให้เป็นข้อความเดียว” เช่น เอา ABC กับ DEF มาต่อกันให้เป็น ABCDEF หรือเอา 123 กับ ABC ให้กลายเป็น 123ABC CONCATENATE Excel คืออะไร (แบบเข้าใจเร็ว) - ใช้ต่อข้อความจากหลายเซลล์เข้าด้วยกัน - เหมาะมากเวลาอยากรวมชื่อ-นามสกุล, รวมรหัสสินค้า, รวมตัวเลขกับตัวอักษร - ผลลัพธ์ที่ได้จะเป็น “ข้อความ” (text) เป็นหลัก ตัวอย่างที่ใช้บ่อย (รวมคำใน 5 วินาที) 1) รวม 2 ช่องแบบตรงๆ - ถ้า A4 = ABC และ B4 = DEF - ใส่สูตร: =CONCATENATE(A4,B4) - ผลลัพธ์: ABCDEF 2) ใช้ CONCAT (ที่ใหม่กว่า) - ใส่สูตร: =CONCAT(A4,B4) - ได้ผลเหมือนกันคือ ABCDEF 3) แทรกเว้นวรรค/ขีดกลาง/คำคั่น - อยากได้ “ABC DEF” ให้มีเว้นวรรคกลาง - =CONCAT(A4," ",B4) - อยากได้ “ABC-DEF” - =CONCAT(A4,"-",B4) 4) รวมตัวเลขกับตัวอักษร - ถ้า A4 = 123 และ B4 = ABC - =CONCAT(A4,B4) - ผลลัพธ์: 123ABC ข้อควรรู้ที่เจอบ่อยตอนใช้ CONCATENATE/CONCAT - ถ้าต้องการ “ขึ้นบรรทัดใหม่ในเซลล์เดียว” ให้ใส่ตัวคั่นเป็น CHAR(10) (แล้วเปิด Wrap Text) ตัวอย่าง: =CONCAT(A4,CHAR(10),B4) - ถ้ารวมแล้วเลขมี 0 นำหน้า (เช่น 001) อยากให้คงรูปเดิม แนะนำให้เก็บเป็น “ข้อความ” หรือใช้ TEXT ช่วย เช่น =CONCAT(TEXT(A4,"000"),B4) ทริคเลือกใช้ฟังก์ชันให้เหมาะ - งานง่ายๆ ต่อ 2–3 ช่อง: ใช้ CONCAT หรือ CONCATENATE ก็พอ - ถ้าต้องรวมหลายช่องและมีตัวคั่นซ้ำๆ (เช่นคอมม่า/เว้นวรรค) บางเวอร์ชันของ Excel จะมี TEXTJOIN ที่สะดวกกว่า (เช่นรวมรายชื่อหลายเซลล์ด้วย ", ") สรุปสั้นๆ: concatenate excel คือ “การรวมข้อความ” นั่นเอง ลองเริ่มจากสูตรพื้นฐาน =CONCATENATE(A4,B4) หรือ =CONCAT(A4,B4) แล้วค่อยเพิ่มตัวคั่นอย่าง " " หรือ "-" ตามรูปแบบที่ต้องการ รับรองว่าทำได้ไวมากในไม่กี่วินาที

Related posts

Separate words in excel
Separating text in excel #exceltricks #exceltips #tutorials #takemyclass #fyp
Excel tips at XecuteTheVision

Excel tips at XecuteTheVision

28 likes

Excel vs Word
Excel formatting does the same thing as many people using Word #tutorial #exceltips #exceltricks #exceltutorial #exceltraining #worktips #alwayslearning
Excel tips at XecuteTheVision

Excel tips at XecuteTheVision

4954 likes

An Excel spreadsheet displays a list of full names in column B, with an overlay titled 'HOW TO Separate FIRST & LAST NAME Using the delimiter tool' and a large arrow pointing to the names.
A screenshot of Excel shows the 'Data' tab selected and the 'Text to Columns' wizard open. The first step, 'Delimited', is chosen, and the 'Next' button is highlighted, demonstrating how to begin splitting data.
Two Excel screenshots illustrate the 'Text to Columns' wizard. The top shows selecting 'Space' as the delimiter. The bottom shows the final step, where the destination is set, and the 'Finish' button is highlighted.
HOW TO SEPARATE FIRST & LAST NAMES IN EXCEL
In my daily data management tasks, I often encounter scenarios where first and last names are crammed into a single cell. It can be quite a hassle to manually split them into separate columns. Thankfully, Excel offers a solution that saves me a ton of time: the "Text to Columns" feature.
Peyton’s Place

Peyton’s Place

520 likes

Compare lists in excel
Excel list comparison help #excel #tutorials #exceltips #exceltraining #fyp
Excel tips at XecuteTheVision

Excel tips at XecuteTheVision

9 likes

Excel formatting tips
Excel formatting tips #tutorials #excel #excelforbeginners #exceltraining
Excel tips at XecuteTheVision

Excel tips at XecuteTheVision

170 likes

A laptop screen displays a Google Sheet titled 'FALL 2024 ASSIGNMENTS SPREADSHEET' with columns for Course, Assignment, Due Date, and Days Till Due, showing various college assignments.
A Google Sheet template with headers 'COURSE', 'ASSIGNMENT', 'DUE DATE', and 'DAYS TILL DUE' is shown, with text instructing to start by organizing columns with these headers.
Two Google Sheet snippets demonstrate how to populate the assignment tracker. The first shows entering a course name, and the second shows entering assignments and their corresponding due dates.
Time to organize your assignments!
I’ve been using this method to organize my assignments since I was a freshman, 2 years ago. I am now a junior and If I can say one thing is that—this is the real deal here ✔️ Using Google sheets has been a game changer for me in my college career. It keeps me on track with all my assignments,
arianna 💌

arianna 💌

5210 likes

Excel dot trick
Do you know the DOT?? Excel trick using the dot to remove extra zeroes #exceltraining #excel #exceltricks #exceltraining #exceltutorial #business #businesstips
Excel tips at XecuteTheVision

Excel tips at XecuteTheVision

106 likes

Memorize THESE Excel shortcuts = instant promotion
✨ Want to look like the Excel genius at work… without actually struggling for hours? 👀💻 I swear these little shortcuts make you go from “uhhh let me Google that…” ➡️ “oh yeah I got this 😌” ⚡ Ctrl this ⚡ Alt that ⚡ suddenly you're the coworker everyone asks for help No gatekeeping
🌸Gen✨𖥔 ′ ⩇⩇:⩇⩇ ⋆☾⋆⁺₊ ✧

🌸Gen✨𖥔 ′ ⩇⩇:⩇⩇ ⋆☾⋆⁺₊ ✧

6 likes

An infographic details Excel Custom Formatting, covering its definition, access methods, and syntax for positive, negative, and zero values. It illustrates various operators like numbers, colors, and symbols, alongside examples for formatting dates, conditional formatting, fractions, scientific notation, percentages, custom text, number abbreviations, and using symbols.
Excel Custom Formatting
This is my favorite Excel trick 😎 Custom Formatting Custom Formatting is even cooler…allowing you to change the way your cell values appear in a cell. Here...let me show you a few example… but first: ➡️ How do you open up to Custom Formatting dialogue box? A few ways: 1️⃣ Hit CT
ExpressoSolut

ExpressoSolut

184 likes

Excel signature
Yes a handwritten signature imported in excel #exceltips #exceltricks #exceltraining #exceltutorial #excel
Excel tips at XecuteTheVision

Excel tips at XecuteTheVision

189 likes

A tablet displays an Excel wedding budget spreadsheet on a desk with notes and a planner. The image is titled 'Stop Struggling with Excel Learn These Super Easy Formulas'.
This image details core Excel calculation formulas: SUM, AVERAGE, MIN, and MAX. Each function is explained with an example Excel table showing its application and purpose.
This image explains Excel's reference formulas, VLOOKUP and HLOOKUP. It provides examples with tables demonstrating how to search and retrieve data vertically and horizontally, along with usage tips.
Excel shortcuts every student should know! 👩🏻‍💻
Stop Wasting Time: Master These Excel Formulas for Maximum Efficiency! 🕒 If you’ve ever struggled with Excel, mastering formulas can seriously up your game. Here’s a breakdown of the essentials that’ll make you look like a pro 1.Core Calculation Formulas 🧮 These are the basics you can’t live
emilie.studygram

emilie.studygram

1192 likes

Excel pdf button
Add a PDF button right to your Excel file #excel #tutorial #exceltips #exceltricks #spreadsheet xecutethevision dot com
Excel tips at XecuteTheVision

Excel tips at XecuteTheVision

44 likes

Everything you can do in Excel
Want to know what you can do in Excel? This post contains EVERYTHING you can do in excel 😱👇 Excel continues to be the #1 tool used for Finance & Accounting professionals…and for a very good reason. With excel, there are pretty much no limits to what you can accomplish. #l8r2023
ExpressoSolut

ExpressoSolut

249 likes

How to improve your Google Sheets Skills
(From someone who has created over 44 #googlesheets dashboards) 1. Learn by doing - my first ones are more simple compared to my current Dashboards but I need practice in order to design Dashboards that are more complex to meet my own needs 2. Add images and Icons - certain formulas also wor
TheHappyPlanner

TheHappyPlanner

969 likes

A laptop displays an Excel spreadsheet with charts and data, while a hand interacts with the trackpad. The image features text overlay "Excel shortcuts cheat sheet" and "SWIPE FOR MORE," indicating a guide to Excel shortcuts.
This image lists four essential Excel shortcuts: Autosize Columns (Alt + H + O + I), AutoSum (Alt + =), Display formula in cells (Ctrl + ~), and Insert Current Date (Ctrl + ;). It is part of a multi-page guide.
This image presents four more Excel shortcuts: Insert Hyperlink (Ctrl + K), Freeze Rows & Columns (Alt + W + F + F + F), Fill Down / Fill Right (Ctrl + D and Ctrl + R), and Paste Special - Values (Alt + E, S, N).
Excel shortcuts every student should know! 👩🏻‍💻
Excel shortcuts can significantly improve your efficiency and productivity when working with spreadsheets. Here are some powerful Excel shortcuts that everyone should know. These shortcuts can save you a lot of time and make working with Excel more efficient. Practice using them regularly to become
teal.days

teal.days

2720 likes

A vibrant image featuring a pink neon butterfly sign on a wall, a framed picture, and a computer monitor displaying abstract patterns. The text overlay reads "3 Websites To Help You Type Faster."
A computer screen displays the Monkey Type website, showing a typing test with words to type. An overlay describes it as customizable for tracking typing speed and accuracy.
A computer screen shows the TypeRacer website, featuring a typing race interface with cars representing participants. An overlay highlights its competitive aspect against other typists.
Websites To Help You Type Faster!!
If you have always wanted to be a super great typer and a super FAST typer, then you need to know about these websites! I use all of these websites to help me improve my typing skills. As a computer science student you really need to know how to type accurately and quickly to get all of your wor
CompSkyy

CompSkyy

2956 likes

A woman takes a mirror selfie, holding a coffee cup and phone, with text overlay 'EXCEL SHORT CUTS SAVE TIME & FRUSTRATION PART 1'. Abstract shapes frame the image.
A beige graphic slide explains the Excel shortcut 'SHIFT + END + DOWN' for selecting an entire column or section of data, with a 'SWIPE' indicator.
A brown graphic slide details the Excel shortcut 'CTRL + A' which selects all data in a worksheet, accompanied by a 'SWIPE' instruction.
EXCEL SHORTCUTS
These excel short-cuts are just a few that have made my excel work take a fraction of the time and genuinely changed my work life!! Working in excel can be extremely frustrating when not using the tool efficiently. Here are some crucial shortcuts to enhance your experience with Excel. CTRL + A
Peyton’s Place

Peyton’s Place

2588 likes

HOW I CREATE SPARK-LINES IN EXCEL
What is a sparkline? A sparkline is a small, simple, data-intense graphical representation typically used in line with text to show trends, variations, or patterns in data at a glance. Creating a sparkline in excel is pretty simple. I highlight a range of horizontally organized data and go into
Peyton’s Place

Peyton’s Place

320 likes

100 Excel Tips
100 Excel Tips The best Shortcuts, Formulas, Formatting & Advanced Tips Bookmark this, you'll save 1,000 of hours! A list of tips that all professionals need. Here is a preview: ⌨️ Shortcuts 1. How to hide a column? Ctrl + 0 2. How to hide a row? Ctrl + 9 3. How to
ExpressoSolut

ExpressoSolut

1446 likes

A laptop on a desk with a gold lamp and glasses, displaying a design interface. The image is overlaid with the title 'Excel Shortcuts Part 3' in white and pink text.
A beige background with white and brown text presenting an Excel shortcut: 'F2: Edit the active cell.'
A beige background with white and brown text presenting an Excel shortcut: 'Alt + =: AutoSum selected cells.'
EXCEL SHORTCUTS PART 3
As requested, here is another excel shortcut post! Discovering the power of Excel shortcuts has been a game-changer for my productivity at work. These little keystrokes might seem insignificant, but they're the key to working smarter, not harder. From navigating vast datasets quickly to instant
Peyton’s Place

Peyton’s Place

333 likes

🔥 Make Your Excel Lists POP With Bullet Points!
Tired of boring text in your Excel sheets? Add bullet points in seconds and make your data stand out. 👇 You won’t believe how easy it is! #ExcelHack #OfficeTips #LearnExcel #ExcelMadeEasy
Excel & Edit

Excel & Edit

1 like

#Exceltutorial
#verifiedonlemon8 #honestreview #elf Random Thoughts 💭What's on my mind: How to guides for Excel Current Mood: Accomplished ⭐Rate: ⭐️⭐️⭐️⭐️⭐️
JMWINC2026

JMWINC2026

0 likes

Master 3 Simple Formulas to Impress Your Boss 🔠✨
✨ Welcome to Our Excel Mini-Class! ✨ Hey Excel enthusiasts! 🙌 Want to impress your boss with your spreadsheet skills? Let’s talk about 3 simple formulas that will instantly clean up your text and make your Excel sheets look professional in seconds! 📊🔥 Here’s how you can master these three pow
WPS Office

WPS Office

11 likes

This image illustrates 20 Excel tips and tricks. It covers adding a dynamic dropdown list, unpivoting data, adding slicer buttons to a PivotTable, using text to columns, transposing data, duplicating windows, and tracking cell values with a watch window. Each tip includes a visual example and brief instructions.
20 Excel Tricks & Tips 👇
Master all 20 and become an excel wizard 🧙‍♂️ 1️⃣ Add a dropdown tied to a dynamic list Know how to create a drop down using data validation? Cool…now how about extending that reference when your list expands? Step 1: create a table out of the list. This will extend the table anytime a
ExpressoSolut

ExpressoSolut

247 likes

Must-Know Excel Tip for Busy Days! ⏰ 🥰
✨ Welcome to Our Excel Mini-Class! 📈 In this session, we’re unveiling the magic of Text to Columns! 🤓 Have you ever had a long list of data all in one cell and wished you could separate it into neat, organized columns? Well, now you can—with just a few clicks! 🔥 No more messy data or manual cutt
WPS Office

WPS Office

5 likes

Excel error help
Excel error help is here #tutorials #exceltips #exceltricks #exceltraining #excelforbeginners
Excel tips at XecuteTheVision

Excel tips at XecuteTheVision

12 likes

Unlock Excel's Magic: The Text Split Function!🧩💡
✨ Welcome to Our Excel Mini-Class! ✨ Struggling to organize your data in Excel? 🤯 Whether you’re dealing with full names, addresses, or long text strings, the Text Split Function is here to save the day! 💪 No more manually cutting and pasting each word—Excel does the heavy lifting for you! 💼✨
WPS Office

WPS Office

4 likes

Excel Time-Saver: Text Formatting 🔄 🔠
💡 Welcome to Our Excel Mini-Class! 🥳 In this session, we're unlocking the power of Text Case Transformations in Excel! 🚀 Ever needed to quickly change all your text to uppercase, lowercase, or proper case? Whether you're fixing names, titles, or data entries, Excel’s UPPER, LOWER, and PROP
WPS Office

WPS Office

4 likes

A promotional image titled "Three Microsoft Excel hacks to save you hours in 2023," featuring a smiling woman with crossed arms and the Microsoft Excel logo on a light green background.
This image details the first Excel hack: "Return to the top without scrolling" by pressing Ctrl (or Command) and the up arrow twice, accompanied by a small Excel icon.
This image details the second Excel hack: "Quickly resize columns and rows" by double-clicking the dividing line between columns, accompanied by a small Excel icon.
3 Excel Hacks you need to know!

You know what's a game-changer in the office world? Understanding Microsoft Excel! 📊 It's not just a spreadsheet software; it's your secret weapon for success. Here's why: First, it's a productivity wizard. Excel can crunch numbers, organize data, and create slick charts in a
corporatespirit

corporatespirit

391 likes

Adjust headers and titles in excel
Adjust headers and titles in excel #excelformulas #excel #spreadsheet
Excel tips at XecuteTheVision

Excel tips at XecuteTheVision

13 likes

RANDBETWEEN() Function in Excel
How to use RANDBETWEEN() Function in Excel #excel #exceltips #exceltipsandtricks #exceltutorial #microsoftexcel
DataUnleash

DataUnleash

0 likes

Excel tips and tricks
Who is in both columns? Find out which items are on both lists. #exceltips #excel #tutorial #exceltricks #templates
Excel tips at XecuteTheVision

Excel tips at XecuteTheVision

43 likes

Name cells in excel
Customize and store headings in Excel #exceltips #tutorial #exceltraining #exceltricks #exceltutorial #excelforbeginners #learn Takw my Excel class xecutethevision.com#onthisday
Excel tips at XecuteTheVision

Excel tips at XecuteTheVision

32 likes

EXCEL SHORTCUTS: PART 2
Excel has become an integral part of my daily work routine, and I've found several keyboard shortcuts that have significantly improved my efficiency. Let me share how I use some of these handy shortcuts to streamline my tasks and data management. Ctrl + Space & Shift + Space: These two
Peyton’s Place

Peyton’s Place

436 likes

The power of Excel is very handy to know..
Excel is a very powerful tool that you can use in engineering maths and science. Start easy and build up. #excel #mechanicalengineering #stem #engineeringstudent #physics
EngineerItWithMJL

EngineerItWithMJL

0 likes

EXCEL FORMULA: VLOOKUP
In the world of spreadsheet magic, Excel's VLOOKUP function stands tall as a wizard capable of effortlessly retrieving data from vast tables. This function, short for Vertical Lookup, is a game-changer for anyone seeking to streamline data analysis and enhance decision-making. At its core, V
Peyton’s Place

Peyton’s Place

477 likes

Excel's Most Powerful Trick-Ctrl+E
📊 Welcome to Our Excel Mini-Class! 🚀 In today’s session of the Boost Your Excel Skills series, we’re unlocking the magic of Ctrl+E—your new best friend for saving time! ⏳ Whether you’re working with big datasets or just need to clean up information, this shortcut will help you instantly fill in
WPS Office

WPS Office

150 likes

Compare lists using excel
Find the differences between columns in excel #exceltips #learning #excelshortcuts #excelspreadsheets #skillshare
Excel tips at XecuteTheVision

Excel tips at XecuteTheVision

8 likes

How to use AND Function in Excel
Here is a video explaining how to use AND Formula in Excel #excel #exceltipsandtricks #exceltips #exceltutorial #microsoftexcel
DataUnleash

DataUnleash

0 likes

Excel signature
Handwritten signature in Excel #tutorials #excel #excelforbeginners #exceltraining #exceltips
Excel tips at XecuteTheVision

Excel tips at XecuteTheVision

12 likes

A comprehensive guide titled 'How to Use Copilot,' detailing its key features across Excel, Word, and PowerPoint, along with specific prompt examples for each application.
How to Use CoPilot
#copilot #copilotinword #copilotinexcel
LouiseAnn1960

LouiseAnn1960

127 likes

A vibrant graphic titled 'USEFUL EXCEL FORMULAS' in green, overlaid on a spreadsheet displaying various charts, data tables, and financial figures. The image includes 'Career | Lemon 8' branding and a 'SWIPE' indicator.
A laptop screen showing code, with a text box explaining the 'VLOOKUP' Excel formula. It defines its function for searching large datasets and provides a detailed example. The image is branded 'Career | Lemon 8 | Yun Jung'.
A text box on a wooden desk with a laptop, smartphone, and coffee cup, explaining 'SUMIF & SUMIFS' Excel formulas. It defines their use for adding cells based on conditions and provides a SUMIF example. The image is branded 'Career | Lemon 8 | Yun Jung'.
Useful Excel Formulas to save your time at work!
Hey everyone! Excel formulas are awesome for speeding up calculations and analyzing data. They range from simple math stuff to more complex tasks like searching and matching data. Learning these formulas can make your work easier and help you get more done in less time. Try out online tutorials and
Yun Jung

Yun Jung

873 likes

Excel April fools trick
April fool’s #exceltricks #exceltips #excel _learning #exceltutorial #exceltraining #onthisday seriously though learn excel with me xecutethevision.com
Excel tips at XecuteTheVision

Excel tips at XecuteTheVision

11 likes

Excel quick search tabs instead of scrolling trick
Excel quick search tabs instead of scrolling trick #tutorial #exceltips #exceltricks #excel _learning #exceltraining #learn #excelforbeginners #fyp
Excel tips at XecuteTheVision

Excel tips at XecuteTheVision

18 likes

A visual guide to Excel keyboard shortcuts, presenting a list of Ctrl key combinations with letters B through Z. Each shortcut, such as Ctrl+C for Copy or Ctrl+S for Save, is paired with its function, offering a quick reference for common spreadsheet commands.
Excel ABC
Excel shortcuts are easy to remember with cheat sheets like the ABC’s. These are some of the most common shortcuts to use. #excel #exceltraining #exceltips #exceltricks #excelpro #alwayslearning
Excel tips at XecuteTheVision

Excel tips at XecuteTheVision

34 likes

Excel Magic: 5 Ctrl Shortcuts to Save Your Time 💫
✨ Welcome to Our Excel Mini-Class! ✨ Attention, productivity pros! 🔥 Excel isn’t just a tool; it’s your secret weapon for working smarter, not harder. Today, let’s dive into 5 essential CTRL shortcuts that will save you time and impress your coworkers! 💼✨ 💡 CTRL + 1: Bold text! 💡 CTRL + 2:
WPS Office

WPS Office

20 likes

Make things easier by using Excel….
Excel is a very powerful tool that you can use in engineering maths and science. Start easy and build up. #excel #mechanicalengineering #stem #engineeringstudent #physics
EngineerItWithMJL

EngineerItWithMJL

1 like

An office cubicle desk with a computer monitor, keyboard, and various personal items, including framed photos and plants. Overlay text reads 'How to List Items within one Cell in Excel', introducing a productivity tip.
A screenshot of Microsoft Excel showing a cell with '1) hello'. Text explains that pressing 'Enter' moves to the next cell, and introduces the 'ALT - Enter' shortcut to add a new line within the same cell.
A simplified Excel view demonstrating a single cell containing a multi-line list: '1) hello', '2) Hi', '3) Howdy'. Text confirms this is the result of using 'Alt - Enter' to create a list of steps within one cell.
HOW I LIST MULTIPLE LINES IN ONE CELL - EXCEL
I've discovered how to list out several items by line in a single cell by using the Alt-Enter key shortcut. I can now structure my spreadsheet in a more ideal way with this ability, and keep data that belongs together in the correct rows. I select the cell I want and type the first item. Then,
Peyton’s Place

Peyton’s Place

407 likes

Excel meeting agenda
Whip up a meeting agenda real quick using excel #exceltips #excel #exceltricks #exceltraining #tutorial
Excel tips at XecuteTheVision

Excel tips at XecuteTheVision

30 likes

Excel sparklines
Sparklines in Excel in a new way #tutorial #excel #friday #exceltricks #exceltips #exceltipsandtricks #spreadsheet #workhack
Excel tips at XecuteTheVision

Excel tips at XecuteTheVision

20 likes

A Google Sheets calendar for March and April, titled "How to use Google Sheets Student Edition - tracking assignments," showing class and assignment due dates, with a color key for exam and final days.
A Google Sheets master list for Spring 2024 assignments, showing status, due dates, class, assignment details, points, and grades, with instructions to record everything and auto-cross out submitted items.
A Google Sheets master list showing how to check off assignments to add them to a to-do list, record grades, and automatically calculate days until due, highlighting overdue items in red.
How to use Google Sheets ✨ student edition ✨
What I do to not miss a due date 1. Master list - I put everything in table : readings, homework, exams, labs, essays, important info, etc 2.My Calendar - Customizable for any term : fall, spring, summer and has all the dates auto added from my master list #assignments #collegestudent
TheHappyPlanner

TheHappyPlanner

3676 likes

A woman in sunglasses smiles against a neon green background, asking if anyone wants Excel tutorials on Lemon8.
A woman with long dark hair smiles, with text overlay "MS Excel How To Impress your Boss at work!"
A woman in sunglasses and a blue swimsuit relaxes outdoors, contemplating how to join two text cells in MS Excel.
I Love MS Excel - How To Impress your Boss at Work
MS Excel Super-Fun Tutorials ❤️ How To join 2 text cells with a space in between into a new cell. ❤️ How To use an If Then Function to display what you want based on criteria.❤️ How To use Conditional Formatting to change the cell color, font color, bold, etc. based on criteria. #excel #ex
Love and Data

Love and Data

2 likes

See more