Matt
"the buttons naturally disappear as I scroll down"
I tend to put such buttons in the Freeze Panes region so that they stay on the screen.
Not an answer to your original problem but hope you find this of use.
Cheers
Use an Action rather than a Hyperlink. (Next to Hyperlink on Insert Ribbon)
The Hyperlink option in Actions includes "Last Viewed Slide"
A more obscure option can be achieved using Custom Slide Shows.
A normal Hyperlink to a Custom Slide Show can be set to automatically set the calling slide...
Use:
Insert > Quick Parts > Field
Select: MacroButton field
Click: Field Codes Button
Replace: 1st parameter with None - this is a non-existent name of a macro to run when the field is clicked!
Add: a second parameter which will act as the on screen prompt. e.g. Enter Your Name
Back in the...
You can control the Colours used to display the spreadsheet in both versions of Excel:
Look at: File, Options, Save
Here you will find the section entitled:
Preserve visual appearance of the Workbook
Cheers
Use an Array Formula:
=SUM(B1:H1=B52:H52,1,0)
To enter an array formula press Shift+Ctrl+Enter in place of the normal Enter key
Formula bar will show {=SUM(B1:H1=B52:H52,1,0)}
- typing the brackets will not work
Array formulas allow you to perform multiple calculations - i.e. compare...
You may have manual recalculation turned on
If so pressing F9 will force a manual recalculation and should give the correct results.
Unless there is a good reason for manual calculation you can turn on automatic recalculation using the Calculation Options in the Formulas tab in the Ribbon.
Cheers
Assuming your data starts in row 2.
Select cells in column V from V2 onwards
Set conditional formula of: =X2
Excel will automatically adjust the cell reference for each cell in the selection.
This formula is in itself a condition - provided the data stored in column X are logical values -...
Select region at active cell expands current selection to select a range bordered on all sides with blank rows/columns - or edge of spreadsheet.
This will work with a single filled cell.
Keyboard: Ctrl *
However if you use the * on the main keyboard you may need to use:
keyboard: Shift...
A more advanced formula which will detect if the division is possible or not would be:
=IF(ISERROR(B2/$I$12),"",B2/$I$12)
This detects if the division creates an error, if it does it leaves the cell blank, if not it performs the calculation.
You could replace "" with a zero, or enter an error...
Use:
=B2/$I$12 in F2
then copy down column.
the Sum function is not required for simple arithmetic.
The $ symbols create an Absolute cell reference which is not changed when the formula is copied/filled to other cells.
cheers
Diablo527
I have attached a revised version of your test worksheet with 3 variations of my Conditional Formatting in cells B1,C1 & D1.
Try typing entries in the wrong case into these cells
Cheershttp://files.engineering.com/getfile.aspx?folder=5b447127-c279-4614-8eb4-6a9203ee4333&file=Test1726.xlsx
Diablo527
I have looked at your test workbook and it looks fine - except it is missing the Data Validation drop down list that you started with.
Even as is, if you type High, Medium or Low - into B1 it will display the entry - if you type high, medium or low it will be hidden.
Now use your...
An alternative tactic:
Use conditional formatting to hide the cell contents or display an error message unless it is an exact match for an item in your drop down list.
Select the cell(s) where your user tries to type an entry, and create a new conditional formatting rule with 2 aspects to it...
An alternative is not to use a formula.
Enter the last date of a month in a cell. e.g. 31/01/2015 (I'm UK based!)
With the Right mouse button fill the date down the column.
On releasing the mouse select: Fill Months from the displayed menu.
Cheers
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.