[Affiliate]
Blog Stats
- 3,029,352 hits
-
Join 3,904 other subscribers
- Follow wmfexcel on WordPress.com
Search wmfexcel
Want Google to translate this page?
-
Recent Posts
Top Posts & Pages
- Simple Basket Analysis - Formula approach with #Excel 365
- How to sort bar chart in descending order?
- Show number in thousand (k) or in million (M) by using custom format
- How to replace value with a value from another column in Power Query
- Date Formats - A trick to format date with "st", "nd", "rd", "th"
- Insert a text string into a specific position of another text string in #Excel
- Rename column names in a dynamic way with #Excel #PowerQuery
- The INDIRECT trick of using Structured Reference in Conditional Formatting
- Repeat all item labels in Pivot Table (aka Fill in the blanks please)
- Perform VLOOKUP with 2 lookup values
My YouTube Channel
My Facebook page
- My Tweets
Category Archives: Format
Do Not input “-” for zero. Use proper formatting in #Excel
Do you input a hyphen to represent zero? If you do, please stop doing so in the future. The proper way of displaying “-” for zero is to apply relevant cell format to it. E.g. Using Accounting format with no … Continue reading
Posted in Excel Basic, Excel Tips, Format
Tagged Custom Format, Format, Power Query, Replace Values
Leave a comment
Add emoji to your numbers 😁 in #Excel
Is it possible in #Excel? Of course, as you have just seen it! 😁 Indeed, it’s easier than you may have thought about. We can do it by custom format. First of all, select the cells that you want to … Continue reading
Highlight weekends and holidays using Conditional Formatting in #Excel
In this post, I will show you step by step how to set up conditional formatting to highlight weekends and public holidays with Excel. The key is to set the formula right. Having a proper layout will make the whole thing more easier, which will be discussed in the next post. Continue reading
Display descriptive words instead of numbers with Custom Format in #Excel
Sometimes we want to add a descriptive like “Good Job” for figures above target; “Work Harder” for those below… like the following screenshot: To many people, the top-of-mind solution should be using IF function. =IF(A2>0, “Good Job”, IF(A2=0, “Just Met”,”Work … Continue reading
Display single letter Day of week in Excel
Is it achievable? Not by formatting but formula.
Remove gridline
By default, gridline is not printed on paper. Nevertheless, I would usually remove gridline when I submit my report, or paste part of a spreadsheet into PowerPoint or Word. Why? Simply for better look and feel. See the screenshots below to … Continue reading
Text Alignment – Distributed
Let’s continue the topic of uncommonly used text alignment. This time, it’s Distributed. Honestly, another format rarely used in my work life. So what is it about?
Text Alignment – Fill
We talked about examples of using “Text Alignment – Indent” in the previous post. In the coming posts, let’s talk about the rest of the less commonly-used text alignments. Actually, I find it a bit challenging to cite real-life examples … Continue reading
Text Alignment – Indent
There are different types of (horizontal) text alignment in Excel. Most people know about (and use mainly) General, Right, Center, Left. But are you aware of Indent, Fill, Justify, Centre Across Section and Distributed? Let’s talk about Indent this week. … Continue reading
Format part of a formula result… A workaround (non-VBA) solution
How to format part of a formula result? In a normal text string, we may format part of the text to highlight a specific information. For example, if we input the text string “Today is Thursday, 01/05/2014” in A1, we … Continue reading
Paint the Lily
Well, this is not an Excel post. This is something about Visual Presentation at a glance, so I think it’s sort of related to Excel. 🙂 One day, I visited a Japanese Fast Food Restaurant and saw the above sticker … Continue reading
Time Conversion – How to convert 24hr input as 4-digit number into TIME in Excel?
How to convert something like 1200 into 12:00? For easy sake of input, we often input 24-hr time as four digit number like 930 for 9:30, 1815 for 18:15 etc. However, if time is input in this way in Excel, … Continue reading
Use Format Painter to decorate your spreadsheet
Christmas is all around. Perhaps you are busy with decorating your Christmas tree with lots of joy. However it’s no joy to decorate your Excel worksheets in your daily work. It could be really time-consuming to apply the same set … Continue reading