Skip to content

Excel Functions

Excel f(x)s = Excel Functions

  • Searching table in 2 dimensions. Formulas - combined functions
  • Blank (isempty) VS “” (null string) Excel User tips
  • Extract Address into table Formulas - combined functions
  • Hello world! Uncategorized
  • Search across sheets in function ADDRESS
  • Get monthly total from table with dates DATE
  • LastSunday, LastSaturday Date and Time
  • MID + SEARCH to convert cell to rows MID

Category: Excel User tips

Stale values (Scratched functions)

Posted on June 30, 2025 By ANmar No Comments on Stale values (Scratched functions)
Stale values (Scratched functions)

Excel recently started to show cells with formulas scratched (see screenshot). Looks like this new feature to tell user that these cells will have new values and they are in the process of getting calculated. If you want to disable that feature, uncheck “Show stale values” in “Calculation Options” in “Formula” bar (Screenshot)

Excel User tips, Format Cells, Non-functions, Worksheet

Paste Special Percentage

Posted on May 20, 2023 By ANmar
Paste Special Percentage

One of many tricks that we overlook due to the huge number of possibilities in Excel and its functions.

This one I wanted to keep helping me as reference, it is how to change a number in range of cells by copying another value OVER it with ‘Paste Special’. Checkout screenshot.

Read More “Paste Special Percentage” »

Excel User tips, Non-functions

Spreadsheet Compare application

Posted on October 25, 2022 By ANmar
Spreadsheet Compare application

This is only available in Microsoft 365 Enterprise version, an application that can compare two workbooks in all objects. This includes cells (values or formulas) in all sheets, VBA objects and macros. Bug: I noticed that even if VBE project in a workbook is protected, it will still open it and show you all macros,…

Read More “Spreadsheet Compare application” »

Excel User tips, Non-functions, Worksheet

Excel @ before function names in formulas

Posted on August 9, 2022 By ANmar
Excel @ before function names in formulas

Looks like there is a change coming. Excel started adding the symbol @ to some formulas, not sure why only those, but we are waiting to start using this new feature.

Read More “Excel @ before function names in formulas” »

Excel User tips, Formulas - combined functions

Comments versus Notes

Posted on August 1, 2022 By ANmar
Comments versus Notes

It is official and looks better now, I know it might be confusing, but I liked it so far

Excel now has “Comments”, the classic Comments are now called “Notes”

I used Notes a lot, mainly to remind me of certain expectations of some cells, or guide the user to some additional info about some cells, so got confused when I tried to insert Comment into cell.

Read More “Comments versus Notes” »

Excel User tips, Format Cells, Non-functions

Shapes with dynamic output

Posted on July 18, 2022 By ANmar
Shapes with dynamic output

A trick learned awhile ago. Creating shapes connected to cell, that updated automatically.

When following steps attached, you will be able to connect any shape to any cell in away making it “linked”, so when cell changes the shape will also get updated.

Used it to enlarge or track user attention to a certain value, or sometimes to format certain text in a free way outside cells limitations.

Read More “Shapes with dynamic output” »

Excel User tips, Graphics, Non-functions

The Excel “&” bug

Posted on July 16, 2022 By ANmar
The Excel “&” bug

Just a quick find I noticed few days ago.

If you notice, the & inside cell has turned into an underline of the letter after

CQ – G&A has turned to CQ – GA

This is a programming technique we used to apply in Menus to allow users to execute a shortcut, looks like here Excel got it inherited

Read More “The Excel “&” bug” »

Excel User tips, Non-functions, Standard functions

CTRL+Y a mini macro

Posted on October 6, 2020 By ANmar
CTRL+Y a mini macro

On your daily work, in Excel, you have had the need to redo actions, simple same action to multiple areas perhaps Or apply similar format to more than 1 region, or repeat actions, the last action you did In all these scenarios, use CTRL+Y It is like a mini-macro to repeat last action taken on…

Read More “CTRL+Y a mini macro” »

Excel User tips, Non-functions

Formula Beautifier

Posted on September 25, 2020 By ANmar
Formula Beautifier

Formula Beautifier
http://excelformulabeautifier.com/

Excel User tips, Non-functions

Blank (isempty) VS “” (null string)

Posted on February 18, 2020 By ANmar
Blank (isempty) VS “” (null string)

If formula results in “”, then that cell will not be empty.When copy and paste as values, it will not be empty either.VersusWhen we use VBA (Macro command) Range.value = Range.value For that “” cell, it will make destination cell as empty. Sorting table will consider cells with “” as 0, while empty cells are…

Read More “Blank (isempty) VS “” (null string)” »

Excel User tips, Format Cells, Non-functions, Worksheet

Excel keeps converting all cells to “Date” (or Time)

Posted on February 14, 2020 By ANmar
Excel keeps converting all cells to “Date” (or Time)

Issue found several times in xls or xlsx, to get it fix https://www.mrexcel.com/forum/excel-questions/637277-excel-converting-numbers-dates.html

Excel User tips, Format Cells, Non-functions, Worksheet

Posts pagination

1 2 Next

Recent Posts

  • Stale values (Scratched functions)
  • Middle name + 1st name
  • LastSunday, LastSaturday
  • Paste Special Percentage
  • Jan8 date format

Archives

Categories

  • Array formula (1)
  • Formulas – combined functions (58)
  • Google Sheets (2)
  • Non-functions (36)
    • ActiveX controls (2)
    • Conditional Formatting (7)
    • Data Validation (7)
    • Excel User tips (19)
    • Format Cells (6)
    • Graphics (4)
    • Names (3)
  • Standard functions (82)
    • Basic Math (18)
    • Date and Time (16)
      • DATE (9)
      • Hour (1)
      • MONTH (7)
      • NETWORKDAYS (2)
      • TODAY (7)
      • WEEKDAY (8)
      • WEEKNUM (1)
      • YEAR (8)
    • Engineering (1)
      • CONVERT (1)
    • Information (6)
      • CELL (4)
      • ISERROR (1)
      • N (1)
    • Logical (30)
      • AND (5)
      • IF (24)
      • IFERROR (6)
      • IFNA (1)
      • IFS (1)
      • ISERROR (1)
      • OR (2)
    • Lookup and References (36)
      • ADDRESS (4)
      • CHOOSE (3)
      • COLUMN (7)
      • FORMULATEXT (1)
      • HLOOKUP (1)
      • HYPERLINK (2)
      • INDEX (5)
      • INDIRECT (6)
      • MATCH (12)
      • OFFSET (15)
      • ROW (11)
      • VLOOKUP (5)
    • Math and Trig (24)
      • ABS (1)
      • CEILING (1)
      • COUNT (1)
      • COUNTA (4)
      • INT (9)
      • LARGE (2)
      • MAX (1)
      • Min (2)
      • SMALL (3)
      • SUM (3)
      • SUMIF (1)
      • SUMIFS (2)
      • SUMPRODUCT (1)
    • Statistical (5)
      • COUNTIF (4)
      • COUNTIFS (1)
    • Texts and Strings (24)
      • CHAR (5)
      • CONCATINATE (1)
      • FIND (1)
      • LEFT (8)
      • Len (4)
      • MID (9)
      • REPT (3)
      • RIGHT (2)
      • SEARCH (9)
      • STRING (1)
      • SUBSTITUTE (2)
      • TEXT (4)
      • TRIM (2)
      • VALUE (2)
  • Uncategorized (2)
  • User-Defined f(x)s = UDF (3)
    • HyperlinkOf (1)
  • Worksheet (16)
  • XLfxs (2)

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
  • MID + SEARCH to convert cell to rows MID
  • Walking Columns ActiveX controls
  • Cells with additional spaces AND
  • Highlight dates dynamically AND
  • Excel sessions – 2013 VS 2010 Excel User tips
  • IF with AND and IF with OR AND
  • CTRL+Y a mini macro Excel User tips
  • Standard math to calculate Aspect Ratio Basic Math

Copyright © 2025 Excel Functions.

Powered by PressBook News Dark theme