Reduce the number of toolbar icons
The Shift key has many uses in Excel, not just changing lower case to upper case. If you hold the Shift key down and click some toolbar icons, Excel will do the opposite of what the icon says ...
Finding phantom links
Have you ever opened an Excel file and had the question come up - Do you want to update links? You say - there shouldn't be any links to other sheets in the workbook ...
Visible cells only
If you copy
a range that has hidden rows or hidden columns and then
paste it, you will find that Excel pastes even the hidden
values ...
Display values as thousands
If you need to display numbers as thousands in a report you don't need to divide all the numbers by 1000, you can apply a Custom format to the cells and have Excel display the values as thousands ...
I use SUMIF to sum a range based on one condition. Is there a way to sum a range based on two or more conditions?
One way is to use SUMPRODUCT. The following formula will sum the range C1:C10 based on the contents of A1:A10 and B1:B10 ... |