Call 855-808-4530 or email [email protected] to receive your discount on a new subscription.
Excel is a good tool for managing lists at the end-user desk. Short of working with a full-fledged database (way beyond the scope of this column), Excel provides the ability to sort, filter, subtotal, parse, join (concatenate) and change the letter casing of your information for easier data handling and reporting.
This is particularly useful when receiving what is commonly referred to as an “ad-hoc” list. These lists often come when requesting data from an outside database, be it from client or opposing counsel, Accounting, Marketing, Billing, Time Reporting, or a Web site. The list is rarely, if ever, formatted in a way that can be easily managed, such as a .txt file format.
Too often, unnecessary time is spent retyping information in the list. This article presents methods of manipulating the data with minimal typing.
Parsing Information From a Single Cell
Usually when importing a list, all of the fields of information for each record have been stored in a single cell. For example, last name, first name, client number, matter number and country would ideally be in five separate columns. Having those categories of information in one cell won't do us any good if we need to sort by country, or filter by client number.
The feature used to “parse” this information is Excel's “Text to Columns” feature. This will invoke the “Convert Text to Columns Wizard,” a relatively easy process.
There you go. Now each field of information is nicely placed into its own cell. To take the process a step further, though, go back to Step 1 of the Wizard. An example of “Fixed width” would be telephone numbers. Here, you would actually click within the wizard after three (and perhaps the next three) digits. When you click Finish, the telephone prefixes and phone numbers will be placed into their own cells.
Automatically Change the Letter Case
Now that the names and countries have been parsed, it may help to have the proper casing for the data ' particularly if you'll be using this list for ongoing reports and projects. Excel offers three functions that provide a quick change: =Upper, =Lower, and =Proper.
Let's use the country as an example. We'll convert usa and uk to upper case.
Practice this with the Upper, Lower, and Proper functions to determine which best meets your needs.
Convert Cells to a Value
Once you have copied the function, your new cells are still dependent on the data from the cell referenced in the function. If you delete the cell with the original information, your new cell will “blank out” because it is referencing an empty cell. Here's how to address that:
You've now got simple text in the cells. The underlying function has been stripped out. Go ahead and delete the column with the improper casing that you had used in the function.
Concatenation ' Joining Cells
We've discussed parsing data into separate cells. How about “joining” or concatenating cells that truly do belong together?
Using the column example from earlier, perhaps after you've used the “Text to columns” feature you would like to join the client and matter number to have a slash or dash between those two numbers. For example: 1/3 or 1-3.
Our first example will be a simple concatenation the joins the two cells, but doesn't place any other characters within the cell. Doing this will illustrate how starting with the very basics will help you move to more complex functions.
Simple Concatenation
The cells are indeed joined, but not quite what we're looking for. The results look like a whole number (13).
Concatenate and Add Characters
The few simple rules will be listed below the example. For now, let's just type the function to add a slash character between the client and matter numbers.
That's better; now you've got a slash between the client and matter numbers (1/3).
Rules for Concatenation
I like to create complex functions as though I'm speaking a sentence. For example, as I'm typing the following function =Concatenate(C1&”/”&D1) I'm thinking: =Concatenate(Take C1 and Join it to a slash and Join that to D1), “&” represents thinking the word Join, and slash I know needs to be in quotes to make it work properly
You can get as complex as you want when it comes to concatenating cells. For example, after parsing a 10-digit phone number, you may decide you want the following format: (206) 5551234.
The function would be as follows: =Concatenate(“(“&A1&”) “&B1), and I'm thinking: =Concatenate (Take an open parentheses and Join it to A1, and Join A1 to a closing parenthesis and a space, and Join that to B1). When you've finished, follow the same steps in “Convert Cells to a Value” for the cells that contain the concatenation function.
Don't waste time typing and reformatting your lists in Excel. So much of this can be done quickly. I've trained people who have literally saved hours upon hours from retyping and formatting, simply by knowing how use these tasks we've just covered. Our samples had only three records to change. Imagine how much time you'll save when you've got tens, hundreds, even thousands of records to be changed.
Excel is a good tool for managing lists at the end-user desk. Short of working with a full-fledged database (way beyond the scope of this column), Excel provides the ability to sort, filter, subtotal, parse, join (concatenate) and change the letter casing of your information for easier data handling and reporting.
This is particularly useful when receiving what is commonly referred to as an “ad-hoc” list. These lists often come when requesting data from an outside database, be it from client or opposing counsel, Accounting, Marketing, Billing, Time Reporting, or a Web site. The list is rarely, if ever, formatted in a way that can be easily managed, such as a .txt file format.
Too often, unnecessary time is spent retyping information in the list. This article presents methods of manipulating the data with minimal typing.
Parsing Information From a Single Cell
Usually when importing a list, all of the fields of information for each record have been stored in a single cell. For example, last name, first name, client number, matter number and country would ideally be in five separate columns. Having those categories of information in one cell won't do us any good if we need to sort by country, or filter by client number.
The feature used to “parse” this information is Excel's “Text to Columns” feature. This will invoke the “Convert Text to Columns Wizard,” a relatively easy process.
There you go. Now each field of information is nicely placed into its own cell. To take the process a step further, though, go back to Step 1 of the Wizard. An example of “Fixed width” would be telephone numbers. Here, you would actually click within the wizard after three (and perhaps the next three) digits. When you click Finish, the telephone prefixes and phone numbers will be placed into their own cells.
Automatically Change the Letter Case
Now that the names and countries have been parsed, it may help to have the proper casing for the data ' particularly if you'll be using this list for ongoing reports and projects. Excel offers three functions that provide a quick change: =Upper, =Lower, and =Proper.
Let's use the country as an example. We'll convert usa and uk to upper case.
Practice this with the Upper, Lower, and Proper functions to determine which best meets your needs.
Convert Cells to a Value
Once you have copied the function, your new cells are still dependent on the data from the cell referenced in the function. If you delete the cell with the original information, your new cell will “blank out” because it is referencing an empty cell. Here's how to address that:
You've now got simple text in the cells. The underlying function has been stripped out. Go ahead and delete the column with the improper casing that you had used in the function.
Concatenation ' Joining Cells
We've discussed parsing data into separate cells. How about “joining” or concatenating cells that truly do belong together?
Using the column example from earlier, perhaps after you've used the “Text to columns” feature you would like to join the client and matter number to have a slash or dash between those two numbers. For example: 1/3 or 1-3.
Our first example will be a simple concatenation the joins the two cells, but doesn't place any other characters within the cell. Doing this will illustrate how starting with the very basics will help you move to more complex functions.
Simple Concatenation
The cells are indeed joined, but not quite what we're looking for. The results look like a whole number (13).
Concatenate and Add Characters
The few simple rules will be listed below the example. For now, let's just type the function to add a slash character between the client and matter numbers.
That's better; now you've got a slash between the client and matter numbers (1/3).
Rules for Concatenation
I like to create complex functions as though I'm speaking a sentence. For example, as I'm typing the following function =Concatenate(C1&”/”&D1) I'm thinking: =Concatenate(Take C1 and Join it to a slash and Join that to D1), “&” represents thinking the word Join, and slash I know needs to be in quotes to make it work properly
You can get as complex as you want when it comes to concatenating cells. For example, after parsing a 10-digit phone number, you may decide you want the following format: (206) 5551234.
The function would be as follows: =Concatenate(“(“&A1&”) “&B1), and I'm thinking: =Concatenate (Take an open parentheses and Join it to A1, and Join A1 to a closing parenthesis and a space, and Join that to B1). When you've finished, follow the same steps in “Convert Cells to a Value” for the cells that contain the concatenation function.
Don't waste time typing and reformatting your lists in Excel. So much of this can be done quickly. I've trained people who have literally saved hours upon hours from retyping and formatting, simply by knowing how use these tasks we've just covered. Our samples had only three records to change. Imagine how much time you'll save when you've got tens, hundreds, even thousands of records to be changed.
This article highlights how copyright law in the United Kingdom differs from U.S. copyright law, and points out differences that may be crucial to entertainment and media businesses familiar with U.S law that are interested in operating in the United Kingdom or under UK law. The article also briefly addresses contrasts in UK and U.S. trademark law.
The Article 8 opt-in election adds an additional layer of complexity to the already labyrinthine rules governing perfection of security interests under the UCC. A lender that is unaware of the nuances created by the opt in (may find its security interest vulnerable to being primed by another party that has taken steps to perfect in a superior manner under the circumstances.
With each successive large-scale cyber attack, it is slowly becoming clear that ransomware attacks are targeting the critical infrastructure of the most powerful country on the planet. Understanding the strategy, and tactics of our opponents, as well as the strategy and the tactics we implement as a response are vital to victory.
Possession of real property is a matter of physical fact. Having the right or legal entitlement to possession is not "possession," possession is "the fact of having or holding property in one's power." That power means having physical dominion and control over the property.
In Rockwell v. Despart, the New York Supreme Court, Third Department, recently revisited a recurring question: When may a landowner seek judicial removal of a covenant restricting use of her land?