Tag Archive

Tag Archives for " computer training "

VLOOKUP

The VLOOKUP is one of Excel’s most useful functions. In its most common form, it is a database function which works with lists of things in databases, or Excel worksheets. Your list of things can be pretty much anything, names and phone numbers, part numbers and details, details of your album collections, etc. A VLOOKUP […]

Continue reading

SUMPRODUCT

Continuing the series of posts about useful, but sometimes underused Excel formulas, this post will give you an introduction to SUMPRODUCT. SUMPRODUCT is one formula that pretty much combines two together. SUM : When you add two or more numbers together, the result of these is the “SUM” of them. PRODUCT : When you multiply […]

Continue reading

How to get filename in Excel

  As a follow on from the last post, I was asked how to get filename in Excel using similar formulas. This can be done with the formula below. =MID(CELL(“filename”),(SEARCH(“[“,CELL(“filename”))+1),(SEARCH(“]”,CELL(“filename”))-6-(SEARCH(“[“,CELL(“filename”))))) Really simple isn’t it?  I bet you were wondering how you didn’t figure it out yourself!! This combines 3 formulas, MID, CELL, and SEARCH. I’ll […]

Continue reading

COUNTIF

The COUNTIF formula is another very useful formula in Excel for analysing data and getting more information from it. If you have not already read these posts, please take a few minutes to read them now. The post on brackets and commas will show you how to break down longer formulas making them easier to […]

Continue reading

IF Statements

IF statements are usually thought relatively early in Excel courses soon after addition, subtraction, multiplication, etc.  For this reason I guess a lot of people consider them to be “basic” formulas.  However, you would probably be surprised by the number of questions I get about IF statements.  Some people don’t fully understand them or find […]

Continue reading

Home Keys

One version of what “touch typing” is, is typing without needing to look at the keys.  A typist knows their position on the keyboard from muscle memory alone.  Usually, touch typing involves placing the eight fingers across the ‘home row’. The home row keys are in the middle row and are the letters “a-s-d-f” for […]

Continue reading
Follow

Get every new post delivered to your Inbox

Join other followers: