Taryn is a Microsoft Certified Professional, who has used Office Applications such as Excel and Access extensively, in her interdisciplinary academic career and work experience. She has a background in biochemistry, Geographical Information Systems (GIS), and biofuels. She enjoys showcasing the functionality of Excel in various disciplines. She has over ten years of experience using Excel and Access to create advanced integrated solutions.
Download the Practice workbook Printing Spreadsheet with Lines.xlsx 2 Ways to Print Excel Spreadsheet with Lines and Change Its Color We have a ...
Reference a Table with ListObject Property When writing VBA code, ListObjects are essential for referring to Excel tables. These tables can be created and ...
The following image provides a clear overview of the purpose of this Excel tutorial. The right side of the image presents the result of the methods discussed ...
What Is a Single Line Graph in Excel? We have data on sales of any particular store of different products. If we want to visualize this data or the price of ...
How to Create an Excel Table Steps: Select a cell from the data set. Go to the Insert tab and choose Table. Excel will automatically ...
A pie chart is used to showcase parts of a whole or the proportions of a whole. We will use a simple tennis related example to illustrate how to effectively ...
Download Practice Workbook Download the practice workbook and practice. INDEX-MATCH.xlsx Step1 - Apply the INDEX and the MATCH Functions ...
Method 1 -Using COUNT Function to Count Cell Numbers The syntax for the COUNT function is: Steps: To count only the number of jobs in the list, ...
Download the Practice Workbook Form Controls.xlsm What Are Form Controls in Excel? Form controls in Excel are objects we can insert in ...
Method 1 - Apply SLN Function to Calculate Depreciation Steps: Go to C7 and write down the following formula =SLN(C4,C5,C6) Press ENTER ...
This is the dataset for converting effective interest rate to nominal interest rate. Example 1 - Use of the NOMINAL Function to Calculate the ...
In Microsoft Excel, the MIRR function estimates the likely profitability of an investment or project. Introduction to the MIRR Function MIRR ...
Basics of Excel XIRR vs IRR Functions The IRR function (Internal Rate of Return) calculates the internal rate of return for a series of given periodic cash ...
Step 1 - Creating a UserForm Go to Developer > Code > Visual Basic options. Click on the UserForm option from the Insert option. ...
The RRI Function Function Objective: to estimate an equivalent interest rate for the growth of an investment. Syntax: =RRI(nper,pv,fv) ...
Hi Mike thanks for the comment :-). Yes definitely and see which one of the three you prefer using.
I am wondering now if there is some other variable that is related to whether one prefers using TAB, ENTER or CTRL-ENTER in Excel. I am right-handed so I am wondering if it (my preference) maybe is related to that, or something else entirely.
It would also be interesting to see the results of a poll of Excel users and which of the three turned out to be the most popular.
🙂 Thank you so much 🙂
Hi Agnius
Thank you for your comment. Point taken. However, these are topics tested in many Excel exams and there is often confusion since workbook level is actually protecting the worksheet structure, so it was in that context that the tutorial was made and made in order to address those issues.
This topic (worksheet level and workbook level protection) is covered in the detailed syllabus for the Microsoft Excel Expert Exam for 2013 that is exams (77-427 and 77-428), in the official book released by Microsoft Press – MOS 2013 Study Guide Microsoft Excel Expert by Mark Dodge.
So it is relevant to go over, for people who are studying for the MOS Excel Expert Exam and any other Excel exam. Also while I agree with you that encryption and VBA also play a role in more advanced level protection (I will do another tutorial on the more advanced level options :-)) .
My personal opinion is sometimes depending on one’s organization, one’s needs may not be that complex so its worthwhile knowing what Excel has available in terms of simpler options. It is one layer of protection and something is better than nothing at all, in my opinion. A workbook that has sensitive information that has no protection at all, is less secure than a workbook that has worksheet level and workbook level protection. Also from the psychological perspective there is now some form of inhibiting barrier, if one uses worksheet level or workbook level standard protection options.
However, you have opened up a very interesting debate with your points – is something in terms of protecting one’s data at a simpler level really better than nothing at all or should one address this issue from the VBA and encryption level only.
I will in the next tutorial, address some of the points you’ve raised and give you credit for the interesting questions/points you’ve posed in the debate section of the next tutorial on Encryption and VBA protection.
Hi Henk thanks for the comment, the reason I use CTRL-ENTER is because after pressing CTRL-ENTER one stays in the cell that contains the actual formula, whereas pressing ENTER takes you to one cell below the actual formula, TAB of course takes one to one cell right of the cell containing the formula. So its a preference on my part basically :-). It would actually be interesting to see what the preferences of general Excel users are – and if its related to anything else – maybe ambidextrous people for example, prefer for the most part using the TAB key. So yes one can use ENTER or TAB instead of CTRL-ENTER but I like staying in the cell that contains the actual formula.:-)
Thank you so much :-).
You are most welcome. I’m glad you found the tutorial useful and yes the database functions are very helpful when it comes to looking up data with criteria 🙂
Thank you so much.
You are most welcome. We are intending to do a financial functions tutorial series so lookout for that 🙂 Best of luck with your studies as well 🙂
You are very welcome. Thank you for reading and doing Excel with us 🙂
I’ve updated the article with your suggestion just added the @ symbol, as well as commentator Rahul Singh’s. Thanks for the formula suggestion and please keep contributing. 🙂
Thank you, I am going to update the article with your formula suggestion. I know the text formula is complicated – it was mainly for demonstration purposes of how LEN, RIGHT, LEFT and other text functions can work together to deliver results 🙂
Thank you for your contribution. The modification of the formula, you suggested, would work for additional detailed routes that the hospital in question, may feel they need to add.
We can lead on from this and design an Excel Sheet with VBA using Nested IFS and a small picture of the routes, for the ten most common routes patients at a certain hospital need to take based on the most often noted diseases and disease combinations. So I will include the routes you specified in the Visual Basic Application.
So look out for that post.