Blog Stats
- 2,875,556 hits
-
Join 3,148 other followers
- Follow wmfexcel on WordPress.com
Search wmfexcel
Want Google to translate this page?
-
Recent Posts
Top Posts & Pages
- How to sort bar chart in descending order?
- Date Formats - A trick to format date with "st", "nd", "rd", "th"
- Show number in thousand (k) or in million (M) by using custom format
- Insert a text string into a specific position of another text string in #Excel
- How to replace value with a value from another column in Power Query
- Repeat all item labels in Pivot Table (aka Fill in the blanks please)
- How to lookup an image in #Excel
- Be cautious when using XLOOKUP
- Highlight weekends and holidays using Conditional Formatting in #Excel
- Display single letter Day of week in Excel
My YouTube Channel
My Facebook page
- My Tweets
Tag Archives: Justify
Feel justified with Fill Justify
Like majority of smartphone users, Excel users (know how to) use only a little portion of functionalities provided by the tool, even though we pay the full price for the tool… Fill Justify (on the editing group of the Home Tab) is … Continue reading
Combine contents in a range of cells into a single cell, with no VBA nor formula.
Well, the first thing in your mind maybe using ampersand & or CONCATENATE to combine them. =A1&” “&A2&” “&A3&” “…… =CONCATENATE(A1,” “,A2,” “……) which is more or less time consuming. Two ways to achieve this quickly Using a combination of … Continue reading