0% found this document useful (0 votes)
32 views7 pages

Excel Tips Materials

This document provides instructions for protecting and unlocking cells in a worksheet. It explains how to unprotect a protected worksheet to select and unlock all cells using formatting options. It also describes how to then select specific cells to lock.

Uploaded by

Rajesh Bhonkiya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views7 pages

Excel Tips Materials

This document provides instructions for protecting and unlocking cells in a worksheet. It explains how to unprotect a protected worksheet to select and unlock all cells using formatting options. It also describes how to then select specific cells to lock.

Uploaded by

Rajesh Bhonkiya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

How to protect Your Workbook – Sheet – Cell ?

Same as Above
Review Tab :

How To select all formula – Go to Special – Formula


How to Hide all Formula ?

1. If the worksheet is protected, do the following:


a. On the Review tab, click Unprotect Sheet (in the Changes group).

Click the Protect Sheet button to Unprotect Sheet when a worksheet is protected.

b. If prompted, enter the password to unprotect the worksheet.


2. Select the whole worksheet by clicking the Select All button.
3. On the Home tab, click the Format Cell Font popup launcher. You can also press
Ctrl+Shift+F or Ctrl+1.

4. In the Format Cells popup, in the Protection tab, uncheck the Locked box and then
click OK.

This unlocks all the cells on the worksheet when you protect the worksheet. Now,
you can choose the cells you specifically want to lock.

5. On the worksheet, select just the cells that you want to lock.
6. Bring up the Format Cells popup window again (Ctrl+Shift+F).
7. This time, on the Protection tab, check the Locked box and then click OK.

Ctrl + ; Current Date


Ctrl + Shift + ; = Current time
Dynamic Date Entry
= TODAY()
=NOW() for Dynamic Time
Crtl + shift + 3 display standard format 29-Jan-2020
Ctrl + shift + 2 AM PM format

EDATE in excel is used to get a date on the same day of the month, x months in the past or
future
A B C
EOMONTH = calculates the last day of the month after adding a specified number of months
to a date.

=Datedif (start date , end date , “D”) “M” “Y”


=WEEKDAY(DATE) will show the name of the Day on that date we need to change format
As dddd

For Quarters finding Choose function will used


= choose( (month(date),1,1,1,2,2,2,3,3,3,4,4,4)
=Year( date) extract year from the date

Solver is a Microsoft Excel add-in program you can use for what-if analysis. Use Solver to
find an optimal (maximum or minimum) value for a formula in one cell — called the objective
cell — subject to constraints, or limits, on the values of other formula cells on a worksheet

Solver
Excel’s Solver tool can do complex statistical modelling.
There are many ways to benefit from it when you want to manipulate multiple cells to get a
certain result.
It can be used when solving more complex problems which are beyond the scope of the Goal
Seek and What-if tool.

How to Activate solver in Excel ?


It can also easily solve for the simpler problems that we might face at work.

For example:

 How can we maximize our profit by slightly altering price and costs AND take
into account specific constraints for costs and price; such that price cannot go
above a certain level and costs cannot go below a certain point. Or:
 How can we distribute the remaining budget dollars among our different
projects based on certain constraints?

Goal Seek is restricted to changing only one input variable.

If you have multiple input variables along with some situational constraints as shown
below, the Solver function will come in handy.
 Units sold: Input variable.
 Price per unit: Input variable.
 Revenue: Calculated field.

Cell B5 = B3*B4

 Cost per unit: A fixed number indicating how much each unit costs.
 Costs: Total cost. This is derived by multiplying the number of units by the
cost per unit.

Cell B9 = B3*B8

 Income: Calculated field. This net income is obtained by subtracting the Cost
from the Revenue.

Cell B11 = B5-B9


For this scenario, there is a target income of 2,000 and you need to find out how
many units need to be sold and the corresponding unit price. It also has the
following restrictions:

 Units sold needs to be a whole number


 Price per unit should be between 3 and 4.
 To use the Solver tool to find the values we need:

 Problem 2

You might also like