
Search Results
281 results found with an empty search
- MS Excel: ISOWEEKNUM function to return the ISO week number from a date
In global business environments, especially across Europe and international organizations, week numbers often follow the ISO 8601 standard. Microsoft Excel offers the ISOWEEKNUM function to simplify working with ISO-standard week numbers. This function is especially useful in project management, supply chain scheduling, financial planning , and any scenario where consistent week numbering is required across regions. Syntax =ISOWEEKNUM(date) Parameter: Argument Description date A valid Excel date or reference to a date Return: A number from 1 to 53 , representing the ISO week number of the year. ISO week numbering: Weeks start on Monday , and week 1 is the week containing the first Thursday of the year. Examples Date Formula Result Explanation 2025-01-01 =ISOWEEKNUM("2025-01-01") 1 Week 1, since Jan 1, 2025 falls on a Wednesday 2025-01-05 =ISOWEEKNUM("2025-01-05") 1 Same week as Jan 1, still week 1 2025-01-06 =ISOWEEKNUM("2025-01-06") 2 New week begins (Monday), now Week 2 2024-12-30 =ISOWEEKNUM("2024-12-30") 1 Falls into ISO week 1 of 2025 Use Cases Scenario Application Project timelines Align deadlines and tasks with ISO weeks Supply chain logistics Plan based on weekly cycles across regions Reporting and dashboards Group KPIs or metrics by ISO week International planning Coordinate with teams across time zones ISOWEEKNUM vs WEEKNUM Feature ISOWEEKNUM WEEKNUM Standard Follows ISO 8601 Custom week numbering (system 1 or 2) Week starts on Monday Sunday (default) or Monday (system 2) First week of year Week with the first Thursday Week containing January 1st Consistency International May vary by region or Excel setup Use ISOWEEKNUM when consistency across countries and systems is needed. Best Practices Use ISOWEEKNUM for international reports or when collaborating with global teams . Combine with YEAR to distinguish years: excel CopyEdit =YEAR(A1) & "-W" & TEXT(ISOWEEKNUM(A1), "00") ➜ Returns something like "2025-W01" For weekly summaries, you can group data in PivotTables using week numbers calculated with ISOWEEKNUM. Summary Table Feature Description Function Name ISOWEEKNUM Purpose Returns the ISO week number of a date Output Integer (1–53) Available In Excel 2013 and later Week Start Day Monday ISO Rule Used Week 1 contains the first Thursday Final Thoughts The ISOWEEKNUM function offers a reliable, standardized way to work with week numbers—especially critical in international operations and date-based reporting. It's a small but essential function that ensures data consistency , clarity , and professional formatting when working with time-sensitive projects in Excel.
- MS Excel: HOUR function to extract the hour from time hour
Time-based data plays a crucial role in many industries—from employee shift tracking to call center analysis and performance dashboards. The HOUR function in Excel provides a simple way to extract the hour portion of a time value , making it easier to group, analyze, and visualize data by hour intervals. Whether you're building a time-based report or automating date calculations, understanding how to use HOUR correctly can save you a lot of manual work. Syntax =HOUR(serial_number) Parameters: Argument Description serial_number A valid Excel time or date-time value. It can be a time, cell reference, or formula result. Return Value : A number from 0 to 23 , representing the hour component of the given time. Examples Time Value Formula Result Explanation 08:30 AM =HOUR("08:30 AM") 8 Extracts hour 8 from 08:30 6:45 PM =HOUR("18:45") 18 Excel uses 24-hour time internally NOW() =HOUR(NOW()) Varies Returns current hour 2025-05-02 13:15 =HOUR(A1) (if A1 = value) 13 Extracts hour from date-time If the time value is not correctly formatted, Excel may return #VALUE!. Practical Use Cases Scenario Use of HOUR Function Employee shift reporting Group entries by hour of arrival Website traffic analysis Segment user visits by hour Energy consumption logs Track high-usage hours Call center activity Analyze call frequency during certain hours Machine data logs Identify peak operation hours Combining with Other Functions The HOUR function is commonly combined with: Function Purpose MINUTE() Extracts minutes SECOND() Extracts seconds TIME() Constructs a time from hour, minute, second TEXT() Formats the output (=TEXT(NOW(), "hh:mm")) IF() Conditional logic based on hour value Example: =IF(HOUR(A1)>=18, "Evening Shift", "Day Shift") Troubleshooting Tips Ensure the input is a valid time or date-time . Text not representing a time may result in an error. The function ignores date and only returns the hour portion. For times stored as text, convert them using TIMEVALUE(). Example: =HOUR(TIMEVALUE("2:00 PM")) Summary Feature Details Function Name HOUR Purpose Extracts the hour from a time value Output Range 0 to 23 Input Requirement A valid Excel time/date serial or formula Available In Excel 2003 and later Final Thoughts The HOUR function is a simple yet powerful tool when working with time-based data in Excel. From scheduling to automation, it enables granular time analysis with minimal effort. Combine it with other time functions like MINUTE, TEXT, or IF for even more versatility.
- MS Excel: EDATE function to add or subtract months from a date
The EDATE function in Excel allows you to add or subtract a specific number of months to/from a given date . This is especially helpful in financial forecasting, due date calculations, recurring billing schedules, and project planning . Unlike simple addition of days, EDATE accounts for month-end rules and varying month lengths , making it far more reliable for calendar-based intervals. Syntax =EDATE(start_date, months) Parameters: Argument Description start_date Required. A valid Excel date that serves as the starting point. months Required. Number of months to add (positive) or subtract (negative). Returns : A serial number representing the resulting date, which can be formatted as a readable date. Examples Formula Result Explanation =EDATE("2025-01-15", 3) 2025-04-15 Adds 3 months to Jan 15, 2025 =EDATE("2025-01-31", 1) 2025-02-28 Adjusts to the last valid date in February =EDATE(TODAY(), 12) 1 year later Moves current date 12 months ahead =EDATE("2025-06-01", -6) 2024-12-01 Subtracts 6 months from June 1, 2025 Use the TEXT() function to display results in your preferred date format: =TEXT(EDATE("2025-01-01", 1), "mmmm yyyy") → February 2025 Use Cases Scenario How EDATE Helps Loan or lease schedules Calculate monthly payment due dates Subscription billing Determine next billing cycle Employee evaluations Set review dates based on hire date Warranty expiration tracking Add months to purchase date Financial forecasting Add periods in cash flow models Notes The result of EDATE is a serial number . Apply a date format to make it readable. Dates are stored as sequential numbers starting from Jan 1, 1900 in Excel (serial number 1). Invalid date inputs will result in a #VALUE! error. Related Functions Function Description EOMONTH() Returns the end of the month after a number of months DATE() Creates a date from year, month, and day inputs TODAY() Returns the current date WORKDAY() Returns a workday n days before/after a given date DATEDIF() Calculates the difference between two dates in units Summary Feature Description Function Name EDATE Purpose Add or subtract months from a date Return Type Serial number (date) Handles Leap Years Yes Excel Availability Excel 2007 and later Final Thoughts The EDATE function is a must-have for scheduling and forecasting where calendar months—not exact day counts—are the primary unit. Whether you’re handling recurring payments or building a time-based model, EDATE ensures accurate and consistent monthly intervals .
- MS Excel: DAYS360 function for day count calculations of financial modelling
The DAYS360 function in Excel calculates the number of days between two dates based on a 360-day year (12 months of 30 days). This function is primarily used in financial and accounting applications , such as calculating accrued interest, loan schedules, and bond pricing—where many conventions assume a 360-day year for simplicity. This approach provides consistency in interest calculations and amortization models where exact calendar days may not be necessary or desirable. Syntax =DAYS360(start_date, end_date, [method]) Parameters: Argument Description start_date Required. The starting date of the period. Must be a valid Excel date. end_date Required. The ending date of the period. Must be a valid Excel date. method Optional. A logical value : FALSE or omitted – Uses the US (NASD) method (default). TRUE – Uses the European method. Returns : An integer representing the number of days between two dates, assuming a 360-day year. Examples Formula Result Explanation =DAYS360("2025-01-01", "2025-12-31") 360 One full year using 360-day method =DAYS360("2025-02-28", "2025-03-31") 30 Handles February to March transition cleanly =DAYS360("2025-02-28", "2025-03-31", TRUE) 30 European method treats end dates differently =DAYS360(A2, A3) Varies Assumes A2 is start date and A3 is end date In financial contexts, using 360 days simplifies month-based interest accruals and makes year-to-year comparisons easier. US vs European Methods Feature US (NASD Method) European Method Default setting in Excel Yes No (must set method to TRUE) End-of-month handling Adjusts end dates falling on 31st or Feb 28 Keeps original dates as-is Use case Common in US-based finance Common in European financial standards Use Cases Scenario How DAYS360 Helps Loan interest calculations Predictable day counts simplify calculations Bond pricing and settlement modeling Follows 30/360 convention used in fixed income Amortization schedules Keeps monthly intervals consistent Lease accounting Used for accurate monthly liability tracking Notes Both dates must be valid Excel date values. If start_date is later than end_date, the result will be negative . DAYS360 is particularly useful when exact calendar day counting is not required but monthly uniformity is desired. Related Functions Function Description DAYS() Counts actual days between two dates DATEDIF() Flexible function for date difference in units YEARFRAC() Returns fractional years between dates EOMONTH() Returns end of the month after a given offset NETWORKDAYS() Counts working/business days between two dates Summary Feature Description Function Name DAYS360 Purpose Calculates number of days using 360-day year Common Use Finance, loans, accounting, bond interest Optional Method US (default) or European Return Type Integer (positive or negative) Excel Version Available in all modern Excel versions Final Thoughts The DAYS360 function is a financial modeling essential , streamlining calculations where uniform day counts matter more than actual calendar variability. Whether you’re building amortization schedules or investment models, using DAYS360 ensures consistent and predictable results.
- MS Excel: DAYS function to calculate days between two dates
The DAYS function in Excel allows you to calculate the number of days between two dates . This is useful for tasks like calculating age in days, determining time remaining until deadlines, measuring project durations, or analyzing the difference between start and end dates. Compared to manual subtraction (=EndDate - StartDate), the DAYS function provides clearer intent and better error handling when working with date values. Syntax =DAYS(end_date, start_date) Parameters: Argument Description end_date Required. The later date in the range. start_date Required. The earlier date in the range. Returns : An integer representing the number of days between the two dates. Examples Formula Result Explanation =DAYS("2025-12-31", "2025-01-01") 364 Days between Jan 1 and Dec 31, 2025 =DAYS(A2, A1) Varies Assumes A2 has end date, A1 has start date =DAYS(TODAY(), "2024-01-01") Varies Days since Jan 1, 2024 to today =DAYS("2023-01-01", "2025-01-01") -730 Negative result if start date is later The result can be positive or negative depending on the order of dates. Use Cases Scenario How DAYS Helps Project tracking Measure time elapsed or time remaining Financial modeling Calculate interest period in days HR applications Track days between hire and exit dates Deadline calculations Count days until due dates Date validation Ensure required lead times are met Notes Both end_date and start_date must be valid date values or cell references containing dates. If non-date values are used, DAYS may return a #VALUE! error. DAYS was introduced in Excel 2013 . In older versions, use =end_date - start_date. Related Functions Function Description DATEDIF() Returns difference in days, months, or years NETWORKDAYS() Returns number of working days between two dates TODAY() Returns the current date NOW() Returns the current date and time EDATE() Adds or subtracts months from a date Summary Feature Description Function Name DAYS Purpose Calculate number of days between two dates Return Type Integer (positive or negative) Introduced In Excel 2013+ Requires Dates Yes – valid Excel date values Final Thoughts The DAYS function simplifies date arithmetic in Excel by making your formulas easier to read and maintain , especially when working with dynamic date inputs. Whether you're scheduling, reporting, or forecasting, DAYS is a key component of time-sensitive calculations.
- MS Excel: DAY function to extract day numbers from dates
The DAY function in Excel is used to extract the day of the month from a given date. Whether you need to filter data by day, group records, or perform date-based analysis, the DAY function provides a simple way to isolate the numeric day (1–31) from a full date. It’s especially helpful in time-based reporting, billing systems, and data cleaning tasks where day-level granularity is required. Syntax =DAY(serial_number) Parameters: Argument Description serial_number Required. A valid Excel date or a cell containing a date. Returns : An integer between 1 and 31 , representing the day of the month. Examples Cell A2 (Date) Formula Result Explanation 2025-05-02 =DAY(A2) 2 Extracts the day from the full date 15/10/2024 =DAY(A3) 15 Returns the 15th day =TODAY() =DAY(TODAY()) Varies Gives today's day number dynamically "March 8, 2023" =DAY("3/8/2023") 8 Works with text dates if recognized Excel stores dates as serial numbers; DAY will work on both actual dates and valid date serials. Use Cases Scenario How DAY Helps Grouping by day in reports Extract day numbers for pivot tables Calculating due dates or intervals Subtract days between two dates Creating date-based conditions Use with IF, IFS, SWITCH, etc. Validating data entry Ensure correct day values entered Notes If the input is not a valid date , Excel will return a #VALUE! error. If you're working with text that looks like a date , ensure it's parsed correctly or use DATEVALUE() to convert it first. Related Functions Function Description MONTH() Returns the month number from a date (1–12) YEAR() Returns the year from a date TODAY() Returns the current date DATE() Constructs a date from year, month, and day TEXT() Can extract day using custom formatting "dd" Summary Feature Description Function Name DAY Purpose Extract the day portion of a date Result Integer between 1 and 31 Argument Type Valid date or date serial number Compatibility All Excel versions Final Thoughts The DAY function is one of Excel’s foundational date functions. It’s lightweight but powerful, particularly when paired with MONTH, YEAR, and conditional formulas for building dynamic, date-aware spreadsheets .
- MS Excel: DATEVALUE function to convert date value
The DATEVALUE function in Excel is designed to convert a date stored as text into a proper Excel date value . This is especially useful when importing data from external sources (like CSV files, databases, or manual entries) where dates are not always formatted correctly for calculations. Once converted, you can use the date for operations like filtering, adding/subtracting days, or formatting. Syntax =DATEVALUE(date_text) Parameters: Argument Description date_text Required. A text string that represents a date (e.g., "4/27/2025"). Returns : A serial number that represents the date in Excel. Examples Text in Cell Formula Result Description "4/27/2025" =DATEVALUE(A2) 45119 Returns the serial number for the date "January 1, 2024" =DATEVALUE(A3) 44927 Interprets long-form text date "2025-12-31" =DATEVALUE(A4) 45267 Works with ISO format too "05-02-25" =DATEVALUE(A5) Depends on locale May be May 2 or Feb 5 You can format the result as a date using Excel's Number Format settings (e.g., Short Date or Long Date) to make it human-readable. Use Cases Scenario How DATEVALUE Helps Imported dates as text Converts them into usable Excel date values Cleaning inconsistent formats Standardizes to Excel’s native date structure Calculating date differences Enables subtraction/addition with date logic Filtering and sorting Allows accurate timeline organization Notes Excel assumes the system’s locale date format when interpreting the text (e.g., MM/DD/YYYY vs. DD/MM/YYYY). If the text cannot be parsed into a valid date, the function returns a #VALUE! error. If the input is already a real date, DATEVALUE is unnecessary. Related Functions Function Description DATE Creates a date from individual year, month, day TEXT Converts date to text in a specified format VALUE Converts general text to number/datetime TODAY() Returns the current date ISNUMBER() Tests if a result is a valid number/date Summary Feature Description Function Name DATEVALUE Purpose Convert text into a valid Excel date Returns Excel serial number (date format) Requires Proper Format Yes — according to system locale Best Use Case Imported or inconsistent date formatting Excel Availability All versions Final Thoughts The DATEVALUE function is a simple but powerful tool when cleaning or preparing data for analysis. If you're ever faced with dates that look right but won’t behave (e.g., can't sort, filter, or compute), try wrapping them in DATEVALUE and regain control over your timelines.
- MS Excel: DATE function to create valid dates from year, month, and day
The DATE function in Excel is one of the most essential tools for anyone working with time-based data. It allows you to create a valid Excel date from three separate inputs: year, month, and day . Whether you're building financial models, automating reports, or managing timelines, the DATE function ensures accurate and consistent date creation. Syntax =DATE(year, month, day) Parameters: Argument Description year Required. A number between 1900 and 9999 representing the year. month Required. A number representing the month (1 = January, 12 = December). day Required. A number representing the day of the month. Returns : A valid Excel serial date (that looks like a calendar date in most formats). Examples Formula Result Description =DATE(2025, 5, 2) 02-May-2025 Standard usage =DATE(2025, 13, 1) 01-Jan-2026 Handles overflow (13th month becomes Jan) =DATE(2025, 0, 1) 01-Dec-2024 0 month rolls back to December =DATE(2024, 2, 29) 29-Feb-2024 Works with leap years =DATE(YEAR(TODAY()), 12, 31) Last day of current year Dynamic usage Common Use Cases Scenario How DATE Helps Combine separate year/month/day fields Converts into a usable date Create dynamic dates Use with YEAR, MONTH, DAY, or TODAY() Automate date logic Generate due dates, renewals, deadlines Avoid text-to-date errors Prevents regional format issues Notes Excel stores dates as serial numbers , with 1 = Jan 1, 1900. The DATE function ensures validity , even with odd inputs like =DATE(2025, 15, 45) (Excel will auto-correct this). Negative years or out-of-range values return a #VALUE! error. Related Functions Function Description TODAY() Returns the current date NOW() Returns the current date and time YEAR() Extracts the year from a date MONTH() Extracts the month from a date DAY() Extracts the day from a date DATEVALUE() Converts a text date to an Excel serial date Summary Feature Description Function Name DATE Purpose Create a valid date from parts Returns Excel date serial number Handles Overflows Yes (e.g., 13th month = next year) Excel Version Available in all versions Final Thoughts The DATE function is a cornerstone of date manipulation in Excel. It provides precision and flexibility when constructing or calculating with dates—whether static or dynamic. It helps avoid formatting errors and keeps your time-based data structured and reliable.
- MS Excel: VALUETOTEXT function to convert into text string
The VALUETOTEXT function in Excel is designed to convert any value—number, text, logical, or array—into a text string . Introduced in Excel 365 , it’s especially useful for debugging, auditing formulas, or displaying underlying data clearly in dynamic reports or dashboards. Unlike older methods like TEXT, &"", or CONCATENATE, the VALUETOTEXT function offers greater control and consistency , especially when dealing with arrays or dynamic Excel functions . Syntax =VALUETOTEXT(value, [format]) Parameters: Argument Description value Required. The value to convert to text. Can be a number, text, array, etc. format Optional. Determines how arrays are displayed: • 0 (default): concise • 1: strict (includes array symbols) Returns : A text representation of the input value or values. Examples Value in Cell Formula Result Notes 123 =VALUETOTEXT(A2) "123" Converts number to text TRUE =VALUETOTEXT(A3) "TRUE" Converts boolean value {1,2;3,4} =VALUETOTEXT(A4, 1) "{1,2;3,4}" Strict formatting of 2D array "Excel" =VALUETOTEXT(A5) "Excel" Returns same string {10,20,30} =VALUETOTEXT(A6) "10 20 30" Concise format of array {10,20,30} =VALUETOTEXT(A6, 1) "{10,20,30}" Strict format of same array Use Cases Scenario How VALUETOTEXT Helps Dynamic labels in dashboards Convert formula results into readable text Debugging arrays or LAMBDA outputs View intermediate array values as text Logging outputs from dynamic formulas Document or export complex results as text Simplified CONCATENATION Combine any data type into string format easily Related Functions Function Description TEXT Converts numeric values into formatted text ARRAYTOTEXT Similar, but specifically designed for arrays NUMBERVALUE Converts text into numbers T Returns text or empty string from a value CONCAT, TEXTJOIN Combine values into strings Summary Feature Description Function Name VALUETOTEXT Purpose Convert any value into a text string Best For Debugging, logging, combining formula outputs Optional Argument Format type: concise (0) or strict (1) Availability Excel 365, Excel for the Web Final Thoughts The VALUETOTEXT function adds precision and versatility to Excel’s growing text-handling toolkit. Whether you’re building custom LAMBDA functions , report automation , or auditing formulas , this function helps you translate data into readable text quickly and reliably.
- MS Excel: VALUE function to convert text to numbers
The VALUE function in Excel converts text representations of numbers into actual numeric values . This function is especially helpful when numbers are stored as text and you need to perform mathematical operations on them—like sums, averages, or comparisons. Even though Excel often handles text-to-number conversion automatically, the VALUE function ensures full control and avoids calculation errors when working with imported data , user entries , or CSV files . Syntax =VALUE(text) Parameters: Argument Description text Required. The text string that looks like a number. Returns : A numeric value (integer, decimal, or date-time) corresponding to the given text. Examples A (Text) Formula Result Description "100" =VALUE(A2) 100 Simple numeric string "12.34" =VALUE(A3) 12.34 Decimal value " 200 " =VALUE(A4) 200 Handles spaces "3/15/2025" =VALUE(A5) 45046 Converts date text to Excel serial date "05:30" =VALUE(A6) 0.22917 Time converted to Excel decimal format Common Use Cases Scenario How VALUE Helps Imported numbers as text Converts to true numbers for calculation Data cleansing Standardizes input from inconsistent formats Working with time/date text Transforms to usable datetime values Formulas that expect numeric input Prevents #VALUE! errors Notes If the text is not a recognizable number , VALUE will return a #VALUE! error. You can often use --A1 (double unary operator) or A1*1 as an alternative for conversion, but VALUE is clearer and safer for readability. Related Functions Function Description TEXT Converts numbers into formatted text NUMBERVALUE Converts text to numbers with locale awareness ISTEXT Checks if a value is text ISNUMBER Checks if a value is a number Summary Feature Description Function Name VALUE Purpose Convert number-formatted text to numbers Returns Numeric values (including dates and times) Use Cases Cleaning up imported or user-entered data Excel Version All versions Final Thoughts The VALUE function is a quiet powerhouse for data preparation. When dealing with inconsistent formats, especially from external sources , VALUE ensures your numeric logic flows smoothly. Whether you’re building financial models, time calculators, or clean datasets, this function is a must-know for any Excel user.
- MS Excel: UPPER function to convert text to uppercase
The UPPER function in Excel is used to convert any text string into uppercase letters. It is especially useful when you need to standardize text formats across your data—such as customer names, product codes, or locations—so that everything appears in a consistent, capitalized style. Uppercase formatting improves readability , consistency , and helps avoid issues in case-sensitive systems such as databases or APIs. Syntax =UPPER(text) Parameters: Argument Description text Required. The text string to convert to uppercase. Returns : The same text string, but with all lowercase letters converted to uppercase . Examples A (Original Text) Formula Result excel =UPPER(A2) EXCEL OpenAI GPT =UPPER(A3) OPENAI GPT hello world! =UPPER(A4) HELLO WORLD! 123abc =UPPER(A5) 123ABC Already UPPER =UPPER(A6) ALREADY UPPER Use Cases Scenario How UPPER Helps Standardizing Names Convert customer names to a consistent format Creating Unique IDs Ensure IDs have consistent casing Data Cleanup Normalize mixed-case entries Email Systems Some email tools require uppercase formats Related Functions Function Description LOWER Converts text to lowercase PROPER Capitalizes the first letter of each word TEXT Formats text based on a pattern CONCAT Joins multiple text strings Summary Feature Description Function Name UPPER Purpose Convert text to all uppercase Returns Capitalized version of input text Use Case Text cleanup, standardization Excel Version Available in all versions Final Thoughts The UPPER function is simple but powerful. It plays an important role in text preparation , data consistency , and visual clarity —especially when working with large datasets or form-driven inputs.
- MS Excel: UNICODE function to get unicode of any character
The UNICODE function in Excel returns the numeric Unicode code point of the first character in a text string. It’s the counterpart of the UNICHAR function, which does the reverse (i.e., returns a character based on a Unicode number). This function is helpful when working with multilingual data, special characters, or ensuring encoding accuracy when preparing data for systems that rely on Unicode (e.g., APIs, databases, web exports). Syntax =UNICODE(text) Parameters: Argument Description text Required. A text string whose first character’s Unicode number will be returned. Returns : The Unicode code point of the first character in the text string as a number. Examples Text (A column) Formula Result Explanation A =UNICODE(A2) 65 Unicode value for "A" $ =UNICODE(A3) 36 Dollar symbol € =UNICODE(A4) 8364 Euro sign 😊 =UNICODE(A5) 128522 Smiling face emoji ™ =UNICODE(A6) 8482 Trademark symbol 中 =UNICODE(A7) 20013 Chinese character "middle" Use Cases Scenario How UNICODE Helps Character validation Check for hidden symbols or invisible chars Data cleaning Detect and filter out unwanted characters Multilingual support Handle various character sets in your data Debugging encoding errors Identify problematic Unicode characters Character mapping Convert between characters and codes Pro Tip Use UNICODE together with MID, LEN, or TEXTJOIN to analyze multiple characters in a string: =UNICODE(MID(A2,2,1)) This gets the Unicode of the second character in the string in cell A2. Related Functions Function Description UNICHAR Returns a character based on a Unicode number CHAR Returns a character based on ASCII code (0–255 only) CODE Returns ASCII code for the first character TEXT Converts numbers and dates to formatted text Summary Feature Description Function Name UNICODE Purpose Returns the Unicode code of a character Returns Numeric Unicode value Best For Character validation and encoding tasks Excel Availability Excel 2013 and later Final Thoughts The UNICODE function is essential for handling complex text data in modern spreadsheets. Whether you're working with emojis, foreign scripts, or special formatting symbols, UNICODE helps you decode what’s really inside your cells—especially when things don’t look quite right.











