background preloader

MS Office Excel

Facebook Twitter

Concatenate an entire column into one cell? Module needed? Concatanate cells in rows, when there are duplicate numbers in column. Merge cells in excel without losing data. Merge the content of two or more cells in Excel into one cell with this online tool without losing data.

Merge cells in excel without losing data

Combining two or more cells is easy, whether its text, numbers or formula data. This means you can merge cells without losing data. There are a few different merges you can do, including one that can make email addresses out of a spreadsheet containing just first names and last names! Once the cells have been merged or joined, rows are maintained so that you can copy and paste back into Excel or Word or anywhere else you need it. How to merge rows in a column into one cell in excel? How do I split/parse a string around the first number in Excel. Microsoft Excel: Split text in cells at line breaks. Can you use Text To Columns feature to be Text To Rows? How to unmerge cells and fill with duplicate values in Excel? If you have a worksheet which contains numerous merged cells, and now you need to unmerge them and auto-fill down the original values from the merged cells.

How to unmerge cells and fill with duplicate values in Excel?

See following screenshots: How could you quickly deal with this task? Unmerge cells and fill with duplicate data with Go To Special command Unmerge cells and fill with duplicate data with VBA code Unmerge cells and fill with duplicate data with one click Recommended Productivity Software Office Tab: Use tabbed interface in Office as the use of web browser Chrome, Firefox and Internet Explorer.Kutools for Excel: Adds 120 powerful new features to Excel. Unmerge cells and fill with duplicate data with Go To Special command Hint With the Go To Special command, you can unmerge cells and fill down the values.

Trim all Cells in a Worksheet - VBA. Replacing soft returns (char13) with commas. How to capitalize the first letter in a cell in Excel. If you’d like to capitalize all letters in a cell, it’s easy – just use the following formula (assuming cell “A1″ has the text you want to capitalize).

How to capitalize the first letter in a cell in Excel

But what if you just want to capitalize the first word in the cell “A1″? For example, you have the following text in a cell “A1″ and you’d like to capitalize just the first letter: “How to Get a High School Diploma in 1 Day” To capitalize “How” in cell “A1″, use one of the following formula: or The result: Excel - Remove leading or trailing spaces in an entire column of data.

Tame the Wildcard Characters in Excel. There are only 3 wildcard characters in Excel.

Tame the Wildcard Characters in Excel

And you would be amazed to see how much could be achieved by knowing their worth. In this blog I will take you through 4 examples where wildcard characters are absolute life savers. First let me tell you briefly about the three wildcard characters: * (asterisk) – It represents any number of characters. For example, ex* could mean excel, excels, example, expert, etc.? Now let me take you through 4 examples where wildcard characters do all the heavy lifting: 1.

How to find text duplicates within a free-text cell? Excel: Extracting Words From Text in Excel. Parse Words From a Text String in Excel. ShareThis | | Information Helpful?

Excel: Extracting Words From Text in Excel. Parse Words From a Text String in Excel

Why Not Donate. Current Special! Complete Excel Excel Training Course for Excel 97 - Excel 2003, only $145.00. $59.95 Instant Buy/Download, 30 Day Money Back Guarantee & Free Excel Help for LIFE! Multiple Substitute Formula. MaryAnn asks an interesting question.

Multiple Substitute Formula

In column A there is text that may or may not contain the name of a US state. In column B there is a list of US states. In column C, we want the column A text without the state names. I think this would be a pretty trivial piece of VBA, but I wanted to see if I could do it in a formula. Here’s what I came up with: Got that? Extract a unique distinct list sorted alphabetically removing blanks from a range in excel. This is an answer to a question in this blog post: Extract a unique distinct list sorted from A-Z from range in excel Question: This is exactly what I've been looking for... almost.

Extract a unique distinct list sorted alphabetically removing blanks from a range in excel

It breaks if there are blank cells in the named range. Is there a way to get this to work if there are blanks in the range? Answer: There are two things you can consider. (1) Fill the blanks with some text Select the rangePress F5Click "Special... " How to transpose / convert columns and rows into single column? When you use Excel worksheet, sometimes, you will meet this problem: how could you convert or transpose a range of data into a single column?

How to transpose / convert columns and rows into single column?

(See the following screenshots:) Now, I introduce three quick tricks for you to solve this problem. Transpose/Convert columns and rows into single column with formula Transpose/Convert columns and rows into single column with VBA code. Automatically Sort Data in Alphabetical Order using Formula. Excel built-in data sorting is amazing, but it isn’t dynamic.

Automatically Sort Data in Alphabetical Order using Formula

If you sort data and then add data to it, you would need to sort it again. In this post, I will show you various ways to sort data in alphabetical order using formulas. This means you can add data, and it will automatically sort it for you. When the Data is all Text with No Duplicates. Solve a System of Linear Equations in Excel. This example shows you how to solve a system of linear equations in Excel.

Solve a System of Linear Equations in Excel

For example, we have the following system of linear equations: Excel COUNTIFS and COUNTIF with multiple criteria – examples of usage. The tutorial explains how to use COUNTIFS and COUNTIF formulas with multiple criteria in Excel. You will find a number of examples for different data types - numbers, dates, text, wildcard characters, non-blank cells and more. Of all Excel functions, COUNTIFS and COUNTIF are probably most often mixed up because they look very much alike and both are purposed for counting cells based on the specified criteria.

The difference is that the COUNTIF function is intended for counting cells based on a single condition in one range, while COUNTIFS allows using several criteria and ranges. Excel - UsedRange.Count counting wrong. Search all workbooks in a folder. Today I´ll show you how to search all excel workbooks (xls, xlsx, xlsm) in a folder for a text string. The macro creates a new sheet containing the search result. Each result contains a link to a cell where the search string was found. You can then click the link and quickly open the workbook and locate the search string. The following macro asks for a folder and a search string. VBA Code Example, I have 5 workbooks in folder c:\temp\ containing many random numbers. It then creates this sheet. Click a link and excel loads the corresponding workbook and navigates to the specific cell. Download excel *.xlsm file.

Lookup with multiple criteria and display multiple search results using excel formula, part 3. Question: Can expand this equation set into more than two colums of data, say if I had a first, middle and last name column could I only display the values in which all three cases are true? This blog article answers a question in this article: Lookup with multiple criteria and display multiple search results using excel formula Answer: Table of Contents. How to Create Dynamic Excel Filter (Extract data as you Type) Data Filter is one of the most used excel functionality. In this blog post, I will show you how to create a Dynamic Excel Filter, such that it filters data as you type in a search box.

Something as shown below: There is a dual functionality to this – you can select a country’s name from the drop down, or you can type in the search box and it will show you all the matching records (For example, when you type “I” it gives you all the country names with the alphabet I in it). Download Example File and Follow Along | Watch Video. How To Create A Filtering Search Box For Your Excel Data — The Spreadsheet Guru. Instead of only allowing your users to filter on a single column, why not let them search through a few? By integrating Option Buttons with your search box you can have your users specify which column they want to search in. To insert the Option Buttons you will need to Navigate to your Developer Tab in the RibbonClick the Insert drop down button in the Controls groupSelect the Option Button Form Control (first row, last icon)Your mouse should now look like cross hairs and you will just want to click somewhere on your spreadsheet to draw the Option Button After you draw a couple of Option Buttons, you can drag them into place so that they are relatively close to your search box.

You can use the alignment tools to make everything look professional with even spacing. One Pitfall. Create a drop-down list. You can make a worksheet more efficient by providing drop-down lists. Expand view of cell contents when hover over/click on cell. If cell contains text found in list. Find cell that contains certain text and return the value of the cell. Excel - Get column by finding value in the row. How To Return Multiple Match Values in Excel Using INDEX-MATCH or VLOOKUP. Match two criteria and return multiple rows in excel. Question: I have a table of 3 coloms (Security name, date, price) and I have to find the price a a security at a certain date in a table that contain many securities and prices for this securities for different dates. If I work with vlookup or Index-match I got only the first price for a certain securities. So I am not able to find the price of a securities that match both the name of the securities and the date.

Use INDEX to lookup multiple values in a list. Learn Microsoft Excel. Find a set of amounts that match a target value. There are instances when one wants to figure out which elements of a set of numbers (amounts) total to a target value. One instance where this may be necessary is for a company that receives a check for outstanding accounts receivable (A/R) bills but doesn't have matching documentation indicating what bills are being paid. Excel: Find closest value. Table of Contents. Microsoft Excel Functions Advanced - INDEX & SMALL - Particular Occurrence. 30 Excel Functions in 30 Days: 20 – ADDRESS. Yesterday, in the 30XL30D challenge, we found items in an array with the MATCH function, and learned that it plays nicely with other functions, like VLOOKUP and INDEX.

For day 20 in the challenge, we'll examine the ADDRESS function. It returns a cell address as text, based on a row and column number. Vba - How to highlight selected text within excel. Conditional formatting multiple cells containing different specified. 10 cool ways to use Excel's conditional formatting feature. Formatting, such as currency, alignment, and color, determines how Excel displays a value. But conditional formatting is more flexible, applying specified formatting only when certain conditions are met. Here are some creative ways you can push conditional formatting beyond its expected uses. This article assumes a basic knowledge of Excel's conditional formatting feature.

In Excel 2007 and 2010, Conditional Formatting is in the Styles group on the Home tab. In Excel 2003, Conditional Formatting is on the Format menu. Note: This list is also available as a photo gallery, and you can download a sample workbook (xls and xlsx format) that includes examples of the techniques described here. 1: Distinguish business rule violations Using conditional formatting, you can visually discern when something is breaking a business rule. Excel shortcut and function keys. The following lists contain CTRL combination shortcut keys, function keys, and some other common shortcut keys, along with descriptions of their functionality. Excel 2013 Shortcuts - KeyRocket Shortcut Database. Never look up a shortcut again.

Anyone who uses Excel knows how important it is to work as quickly as possible. However, constantly looking up shortcuts severely hurts your speed and efficiency. With KeyRocket, you’ll never have to look up another shortcut again. Liste des FONCTIONS d' EXCEL 2003 (exemples, date, function, anglais, français) MS Excel Topics: Formulas/Functions (By Category)

Excel VBA Userform - Easy Excel Macros. Excel,vba,excel-vba , Pasting copied oleobject to new sheet in the same location. Excel vba - How to copy an ActiveX command button to another sheet and keep the name of the button. Referring to Ranges in VBA. Excel - Set formula to a range of cells. Using VBA to search over multiple sheets. How to rename multiple worksheets in Excel? Excel - How can I create one hyperlink to each worksheet in one index sheet? How to select all sheets to run a macro on all sheets? Scrape Data Automatically Websites. Info only - get.cell arguments. Is there a way to crack the password on an Excel VBA Project? How to. ExcelIsFun. Office - Office.com. Excel Web Links. MS Excel Topics. Office. Vertex42 - Excel Templates, Calendars, Calculators and Spreadsheets.

Excel Resources. The Spreadsheet Page - By John Walkenbach. Excel VBA. FREE Excel VBA Code & Excel Macro Help.