Images loading below. While you wait, can you answer this Excel related tip? Guess the answer then click SEE ANSWER to see how it can be done.

1. How do you copy from Excel (see 1 below) and paste into Word (2) WITHOUT seeing the filter button, gridlines, comment notes and more?

Guess and then view answer to see how it can be done!

2. How do you take all the formatting from chart (see 1 below) and PASTE it onto another chart (2)? Guess and then see how it can be done with 'See Answer'

 

 

Create a formula so that if zero show nothing

If you are looking to create a formula so that if zero show nothing we recommend you use the IF function. To see how to use the IF function watch the IF video tutorial.

In this case if you want a reference to a blank cell (e.g. in cell C2 below) you would get Excel to test whether cell A2 is blank ( A2=”” with the inverted commas next to each other and no space in between). If this is true it must return “” (again no space in between).

So the formula for cell C2 would be

=IF(A2=””,””,A2)

If with blank cells