Posts

Showing posts from September, 2024

Watch Window Function

Image
   Watch Window Function Here's your free trial of Copilot Pro Unlock now When cells are not visible on a worksheet, you can watch those cells and their formulas in the Watch Window toolbar. The Watch Window makes it convenient to inspect, audit, or confirm formula calculations and results in large worksheets. By using the Watch Window, you don't need to repeatedly scroll or go to different parts of your worksheet. This toolbar can be moved or docked like any other toolbar. For example, you can dock it on the bottom of the window. The toolbar keeps track of the following properties of a cell: workbook, sheet, name, cell, value, and formula. Note:  You can only have one watch per cell. Add cells to the Watch Window Important:  On a Mac, perform step 2 of this procedure before you perform step 1; that is, click  Watch Window  and then select the cells to watch. Select the cells that you want to watch. To select all cells on a worksheet with formulas, on the...

LET function

Image
  LET function Excel for Microsoft 365   Excel for Microsoft 365 for Mac   Excel for the web   Excel 2021   More... The  LET  function assigns names to calculation results. This allows storing intermediate calculations, values, or defining names inside a formula. These names only apply within the scope of the  LET  function. Similar to variables in programming,  LET  is accomplished through Excel’s native formula syntax. To use the  LET  function in Excel, you define pairs of names and associated values, and a calculation that uses them all. You must define at least one name/value pair (a variable), and  LET  supports up to 126. Benefits Improved Performance  If you write the same expression multiple times in a formula, Excel calculated that result multiple times.  LET  allows you to call the expression by name and for Excel to calculate it once. Easy Reading and Composition  No more having to...

SWITCH function

Image
Use of SWITCH Function in Excel The SWITCH function in Excel evaluates an expression against a list of values and returns the corresponding result of the first match. It is useful for replacing nested IF statements when checking multiple conditions. Syntax of SWITCH Function: SWITCH(expression, value1, result1, [value2, result2], ..., [default]) - expression: The value or cell reference to evaluate. - value1, result1: The first comparison value and the result to return if matched. - [value2, result2]: Optional additional comparisons and results. - [default]: Optional value returned if none of the comparisons match. Example Based on Table: Given the following data: SL No City Code Switch 1 100 UK 2 200 UP 6 200 UP 11 200 UP 14 200 UP The SWITCH formula used in the “Switch” column ...

How to Convert text from Picture through Google Drive

Image
  How to Convert text from Picture through Google Drive Step 1: Upload picture file in google drive Step2: Select picture file, do right click and open with Google Docs. Data will convert in Text form Thank you