Excel Experts - Workshop File
Excel Experts - Workshop File
CONTACT INFORMATION
Last updated April 2024
Welcome to a workshop in which you will be amazed with Excel magic tricks.
But don't worry, most of the tricks will be revealed!
You too can become an Excel expert!
a
ye
to
to
18
65
e
0
21
m
e
Na
m
20
om
co
co
ce
op
IV
IV
r
In
In
in
in
ne
e
BD
BD
tP
nt
ov
Ow
CD
SU
SU
Re
To
Lo
Lo
Lo
Pr
1_1 CONCATENATION
* INSTRUCTIONS
Use the & operator to concatenate text, just like you would use + or - to add or substract numbers. Use the address of
If the cell contains a number, it will be converted to text. Use "" to insert text.
Use """ to insert the " symbol, look carefully at the formula that results. (In macros, we use "" for some reason, but yo
Notice that only the result displayed by cells with formulas is concatenated, not the formula itself.
* Let's insert some text and spaces to the content of cells B32 and B33
Use "" to insert text. ="Text inserted. "&B32&" "&B33
Wow there are spaces! Text inserted. Use "" to insert text. Wow there are spaces!
* SUPPLEMENTARY INFORMATION
* Recent versions of Excel will allow you to use the TEXTJOIN formula to concatenate text strings with a delimiter
Use & to concatenate. =TEXTJOIN(" ",TRUE,B46:B47)
Use the address of a cell to
Use & to concatenate. Use the address of a cell to concatenate it.
concatenate it.
If cell C47 doesn't seem to display the concatenated version of B45 and B46 with a text in between, you might not hav
TEXTOIN is a great option when everything needs to be concatenated with the same delimiter.
* Recent versions of Excel will allow you to use the CONCAT formula to concatenate text strings
Use & to concatenate. =CONCAT(B53:B54)
Use the address of a cell to
Use & to concatenate.Use the address of a cell to concatenate it.
concatenate it.
* Recent versions of Excel also allow you to concatenate text with flash fill
Google "Flash fill Excel" to find out more.
Flash fill will work best if there's a common pattern to how you want to concatenate cells.
Just like other methods here, it can concatenate across multiple columns (or rows)
However, it will not update itself dynamically, which means that flash fill is best used when no more modifications wil
sheet
we use "" for some reason, but you don't need to know that right now)
e formula itself.
catenate it.If the cell contains a number, it will be converted to text.26is a number.
catenate it.
text in between, you might not have the right version of Excel.
e delimiter.
e text strings
* CONCATENATION EXERCISE
The 2021 CSD worksheet contains Nova Scotia data from the 2021 census. You get confused when you try to make sen
decide you want to create a single column containing the abbreviation "NS", the number of the census division (CD colu
the subdivision (SUBDIV column) separated by a "-" . Use concatenation in order to achieve this. See the expected resu
of what your concatenated string should look like.
You don't need to transfer any data to this worksheet in order for the concatenation to work. You can just select the ce
when typing in your formula, or reference it using the provided example. But I'm in a good mood, so I've gone ahead an
this worksheet in columns E and F
work. You can just select the cell in the other worksheet
ood mood, so I've gone ahead and copied the data over to
Did it work?
SUBDIV Success?
1 Not yet...
4 Not yet...
6 Not yet...
8 Not yet...
9 Not yet...
1 Not yet...
4 Not yet...
6 Not yet...
40 Not yet...
1 Not yet...
4 Not yet...
6 Not yet...
9 Not yet...
* Main Menu Exercise Data worksheet
* INSTRUCTIONS
The LEFT function will extract a specified number of characters starting from the left of a string. Don't worry, both text
The RIGHT function does the same thing, but it starts from the right.
The MID function lets you extract a specified number of characters, starting from a specified location.
The FIND function will try to find a character, and give you the number of its position in a string. We use it to do MAGI
* SUPPLEMENTARY INFORMATION
* Recent versions of Excel also allow you to split text with flash fill
Google "Flash fill Excel" to find out more.
Flash fill will work best if there's a common pattern to how you want to split your cells.
However, it will not update itself dynamically, which means that flash fill is best used when no more modifications wil
m the left of a string. Don't worry, both text and numbers can be manipulated as strings.
Counting from the left, that's the number of characters until we get to "-"
LEN gives you the total number of characters in a string, by the way.
Congrats on finding the hidden bonus function!
* INSTRUCTIONS
Select the data for which you want to remove duplicates. In Excel's menu, select the "data" ribbon and then "Remove
Count of item Item Select cells in the table to the right (B25 to C31)
1 Golden ring Click on the "data" ribbon, and then "Remove duplicates"
1 Golden ring
4 Bears
2 Golden ring
1 Turtle Dove
5 Bears
Make sure that there is a checkmark for "My data has hea
Reset example (scroll down)
Click "Ok". One duplicate value will be removed.
"Golden ring" is in the list twice because it is paired with "
Count of item Item When you want to find unique values in one column, it's e
1 Golden ring But for the sake of this demonstration, select cells in the t
1 Golden ring Click on the "data" ribbon, and then "Remove duplicates"
4 Bears Excel realizes that there is another column besides this on
2 Golden ring Select "Continue with the current selection" and then "Re
1 Turtle Dove Make sure that there is a checkmark for "My data has hea
5 Bears Click "Ok". Three duplicate values will be removed.
The "Count of item" column no longer makes sense. Selec
Reset example (scroll down)
* SUPPLEMENTARY INFORMATION
* Conditional formatting
Conditional formatting (Home ribbon, Styles section) has a "duplicate values" option under "highlight cell rules".
It works very differently - it highlights any item that has a duplicate, leave empty of formatting items that are complet
In our example table, "Turtle Dove" is only found in only one cell, so it's been left in the default format (white backgro
However, "Golden ring" is in three different cells, so it's been highlighted.
* RESET EXAMPLES
Copy the above table, and then click to teleport to the desired reset location. Paste.
Because of how Excel handles links, you had to scroll down to get here.
You may or may not need to scroll down when clicking on one of the two below example buttons.
elect the "data" ribbon and then "Remove duplicates" from the "Data Tools" section
there is a checkmark for "My data has headers" and that both columns are selected.
* INSTRUCTIONS
Select cells containing formulas and copy them using your favorite method.
Then click on the arrow under "Paste" in the "Home" ribbon and select one of the options as appropriate.
If you don't quite understand what happens below in the example, reinitialize it by copy pasting the data and formula
Click on C32 and look at the formula bar. Copy paste C32 to C37 in the worksheet and see what happens. C32 and C37
Click on C32 again and copy it. In the "Clipboard" section of the "Home" ribbon, click on the dropdown arrow under "P
Without moving, select the first option under "Paste values".
Click on C32 again and look at the formula bar. Copy-paste C32 to C37 and see what happens. C32 and C37 should be
Alternatively, go to the "Formulas" ribbon and click on "Show Formulas" in the "Formula Auditing" section.
* RESET EXAMPLE
I'm using I'm using concatenation. Let's transform that into values.
concatenation Try copying in place and pasting as values.
Let's transform that See what happens when you copy-paste from the formulas column before and after doin
into values.
Try copying in place
and pasting as values.
See what happens when
you copy-paste
from the formulas column
before and after
doing the paste as values.
ze it by copy pasting the data and formulas at the bottom of the spreadsheet.
sheet and see what happens. C32 and C37 should be different.
bon, click on the dropdown arrow under "Paste".
the formulas column before and after doing the paste as values.
the formulas column before and after doing the paste as values.
* Main Menu Instructions Data worksheet
For extra security, you decide to transform all the formulas in this worksheet as values, except for the 15+ population t
Start by previewing formulas by clicking on "Show Formulas" in the "Formula Auditing" section of the "Formulas" ribbo
then turn off "Show Formulas". Transform the formulas in the table into values, skipping the formula that sums up the
You can check your work by clicking on "Show Formulas" in the "Formula Auditing" section of the "Formulas" ribbon.
et in this worksheet.
ppen if you decide to delete the data worksheet?
re worksheet stops working.
Did it work?
Prov - County - TotPop Was the formula removed?
NS-Barrington-6523 Try again <-You want formulas on this row of the table removed
NS-Clark's Harbour-725 Try again <-You want formulas on this row of the table removed
NS-Shelburne-4336 Try again <-You want formulas on this row of the table removed
NS-Shelburne-1644 Try again <-You want formulas on this row of the table removed
NS-Lockeport-476 Try again <-You want formulas on this row of the table removed
NS-Argyle-7870 Try again <-You want formulas on this row of the table removed
NS-Yarmouth-10067 Try again <-You want formulas on this row of the table removed
NS-Yarmouth-6829 Try again <-You want formulas on this row of the table removed
NS-Yarmouth 33-181 Try again <-You want formulas on this row of the table removed
NS-Clare-7678 Try again <-You want formulas on this row of the table removed
NS-Digby-7242 Try again <-You want formulas on this row of the table removed
NS-Digby-2001 Try again <-You want formulas on this row of the table removed
NS-Bear River (Part) 6-141 Try again <-You want formulas on this row of the table removed
YAY! <-You want to keep the formula on this row of the table
* Main Menu Exercise Data worksheet
* INSTRUCTIONS
Both SumIF and SumIFs use ranges, and you're going to want to use the $ symbol for those so that the ranges will stay
move in the worksheet.
SumIF has three arguments. First, give it the range of cells in which it is going to lookup a value that will fulfill your des
Next, give it your criteria so that it can search in the provided range and see if anything fits your criteria.
Lastly, tell it what it is adding up.
SumIFs needs at least three arguments. First, give it the range of cells that it is going to add.
Next, give it the range where you are going to check a criteria.
Lastly, tell it what criteria it needs to check.
You can repeat the second and third steps for other criteria to check IN OTHER COLUMNS. SumIFs does not understan
for more than one criteria in a same column (or at least, not without involving brain breaking arrays or adding SumIFs
* SumIF Example
* Adding up the cost of tools for everyone who is a Hero OR Ambiguous - 2 possibilities in a same column!
Try changing the criteria in the first column and see what happens!
Criteria Sum of cost of tools Text of formula
Hero 125,662.92 $ =SUMIF($B$35:$B$39,B49,$E$35:$E$39)+SUMIF($B$35:$B$
Ambiguous
* SumIFs Example
* Adding up the salary of every Super cool Hero - criteria over two different columns!
Try changing the criteria in the first column and see what happens!
Criteria Sum of cost of tools Text of formula
Hero 2,999,999.00 $ SUMIFS($E$56:$E$60,$B$56:$B$60,B70,$D$56:$D$60,B71)
Super cool
* SUPPLEMENTARY INFORMATION
The first argument in SumIF is the range containing the criteria, while the first argument in SumIFs is the range to add
The "$" sign is used for absolute referencing. It mean that if we copy-paste this formula elsewhere, it is still going to lo
When entering a formula, highlight an argument and hit F4 on your keyboard to quickly toggle on absolute referencin
sheet
ymbol for those so that the ranges will stay the same no matter where you
t is going to add.
HER COLUMNS. SumIFs does not understand 'OR' logic, you can't check
ng brain breaking arrays or adding SumIFs together).
B$39,B44,$E$35:$E$39)
$E$60,$B$56:$B$60,B65)
E$60,$B$56:$B$60,B70,$D$56:$D$60,B71)
this formula elsewhere, it is still going to look at the exact same range/table.
rd to quickly toggle on absolute referencing.
Main Menu Instructions Data worksheet
*
First of all, I've prepared a lot of things for you, using concepts we've already covered:
1 - I've copied columns B, C, D and E of the 2021 CSD worksheet into columns H, I, J, and K of this worksheet.
2 - I changed a "1" CD to a "5" (in H2) for the purposes of making sure that you are using absolute addresses in your ran
and to illustrate that content in columns does not need to be in order...
3 - I've copied-pasted column H into column M.
4 - I removed duplicates from column M.
5 - I copy-pasted column M into the exercise's column B below.
Now, I trust YOU to enter a formula in column C that will use SumIF and the values in column B to find the total popula
(column K) by census division according to the 2021 CSD worksheet. And do the same in column D for SumIFs.
There are 96 rows in column I: row 1 has the header, and rows 2 to 96 contain data.
743
11,951
5,264
5,057
111
19,509
22,892
2,739
208
439,819
20
10
15
12,476
1,557
921
12,954
19,806
3,762
3,201
6,786
5,694
9,404
1,170
4,283
6,153
3,107
6,137
3,540
4,007
8,386
9,471
2,407
449
0
2,161
4,585
627
8,963
4,656
6,138
372
3,167
3,210
20
4,865
877
5,207
3,136
3,763
1,610
405
1,103
3,521
93,694
4,077
691
2,673
* Main Menu Exercise
2_1 VLOOKUP
* INSTRUCTIONS
Vlookup will put data in your cell by looking up values in another column. It has four arguments.
First, it needs to know what it will be looking up.
Second, it wants to know the range in which it will be looking up whatever it is you need it to look up.
Third, it wants the number of the column in the range from which it will be extracting data.
Lastly, it wants to know if you need an exact match or not. "FALSE" is almost always the option you want to use here.
Whenever you're working with ranges or arrays, it's usually a good idea to use the "$" symbols.
And keep in mind that Vlookup never worries about capitalization.
In the examples below, we have a nice table of sounds that animals make…
…while Farmer Ted has a list of animals for which he would like to automatically associate sounds.
* Table of animals and the sounds that they make Farmer Ted's list of animals
* SUPPLEMENTARY INFORMATION
* INSTRUCTIONS
Vlookup also works with wildcards. Like "*" & F71 & "*". Um…just…look at the example, I guess.
* Table of animals and the sounds that they make Farmer Ted's list of animals
* SUPPLEMENTARY INFORMATION
* Table of animals and the sounds that they make Vlookup, Xlookup, and Index Match examples
Animals Sounds Formula
Cat Miow Vlookup
Giraffe ??? Xlookup
Cricket Cricket cricket Index Match
Cow Mooo
Pig Oink oink Element
Duck Quack quack Value to lookup
Dog Woof Animal sounds table
Animal column
Animal to look up Cat Sound column
Exact match
as four arguments.
=IFERROR(VLOOKUP(F
=VLOOKUP(F36,$B$3 36,$B$36:$C$42,2,FAL
Animals 6:$C$42,2,FALSE) SE),"NOT FOUND!!!")
Cat Miow Miow
Dog Woof Woof
Giraffe ??? ???
Dog Woof Woof
Pig Oink oink Oink oink
Duck Quack quack Quack quack
Cricket Cricket cricket Cricket cricket
Pig Oink oink Oink oink
Gator #N/A NOT FOUND!!!
Pig Oink oink Oink oink
Cat Miow Miow
e example, I guess.
=VLOOKUP("*"&F71&
=VLOOKUP(F71,$B$7 "*",
Animals 1:$C$77,2,FALSE) $B$71:$C$77,2,FALSE)
Cat #N/A Miow
Dog #N/A Woof
Giraffe #N/A ???
Dog #N/A Woof
Pig #N/A Oink oink
Duck #N/A Quack quack
Cricket #N/A Cricket cricket
Pig #N/A Oink oink
Gator #N/A #N/A
Pig #N/A Oink oink
Cat #N/A Miow
he other methods!
Example
C102
$B$94:$C$100
$B$94:$B$100
$C$94:$C$100 or 2
FALSE or 0
* Main Menu Instructions
* VLOOKUP EXERCISE
You've been compiling a list of famous people, the city and country they come from, and how the average temperature
However, you're a busy person! You can't be expected to type up the country and the temperature each time you put
So to speed things up here, use Vlookup to find the appropriate country in column H, and the status/temperature in co
* INSTRUCTIONS
Before going further, let's figure out if your version of Excel requires you to use a special key stroke to activate CSE for
Look here ----------------> $36.61
If you see "$4.00" or if you click on C21 and see curly brackets {} in the formula bar,
you must type in your formula, then press Ctrl-Shift-Enter to activate your CSE formulas.
You will notice curly brackes appear in the formula bar. You can't make a CSE formula work correctly by typing in the
If you see "$36.41", you can use the normal = method to create CSE formulas. You won't see curly brackets in the for
Doing Ctrl-Shift-Enter should also work and will make curly brackets appear in the formula bar. Don't type these brack
But I recommend just entering formulas using = as normal.
In either case, the "*" symbol between CSE instances tends to work as an "AND".
The "+" symbol between CSE instances tends to work as an "OR" but you must be ready to throw down some "If" in y
Because most people are familiar with the SUM formula, I used these for my examples, but among other tricks,
CSE formulas can be used to add "IF" logic to formulas that don't already have that component. See section 2_5 for m
In the first example, we're getting the SUM function to give us the grand total of the sum of quantities multiplied by u
In the second example, we're getting the number of vehicles that are red cars. Change the criteria and you should stil
In more recent versions of excel, we could have used =sumIFs to find red cars, but not red or yellow vehicles.
* CSE formulas
Formula version Active formula Formula text
Entered normally $36.61 =SUM($C$44:$C$47*$D$44:$D$47)
Ctrl-Shift-Enter $36.61 {=SUM($C$44:$C$47*$D$44:$D$47)}
* CSE formulas
Formula version Active formula Formula text
Red car [normal] 7 =SUM(($B$58:$B$63=F58)*($C$58:$C$63=F61)*($D$58:$D
Red car [CSE] 7 {=SUM(($B$58:$B$63=F58)*($C$58:$C$63=F61)*($D$58:$D
* CSE formulas
Formula version Active formula Formula text
Red or yellow [normal] 12 =SUM((($B$74:$B$79=F$74)+($B$74:$B$79=F$77))*($D$74
Red or yellow [CSE] 12 {=SUM((($B$74:$B$79=F$74)+($B$74:$B$79=F$77))*($D$7
pecial key stroke to activate CSE formulas.
Criteria
Color to add
Red
Vehicle to add
Cars
8)*($C$58:$C$63=F61)*($D$58:$D$63))
58)*($C$58:$C$63=F61)*($D$58:$D$63))}
Criteria
Color to add
Red
$74)+($B$74:$B$79=F$77))*($D$74:$D$79))
$74)+($B$74:$B$79=F$77))*($D$74:$D$79))}
* Main Menu Instructions
The Percentile.Inc function takes two arguments, it wants to know where the data is, and then it wants "k" which is a n
If you put k = 0, it will give you the lowest value found. If you put k = 1, it will give you the biggest value found.
Adapt the Percentile function so that it will give you the result for the city of your choice.
The city is in F19 and the centile/k is in G19. Test by checking the lowest (0) and highest values (1) for each city.
If you can't do it, I've hidden the answer in cell H43. But first, try a simple version of the percentile function and then ad
ata is, and then it wants "k" which is a number between 0 and 1.
ve you the biggest value found.
=PERCENTILE.INC(IF($C$18:$C$42=F18,$D$18:$D$42),G18)
2=F18,$D$18:$D$42),G18)
* Main Menu Exercise
* INSTRUCTIONS
Either select a range of cells in which to search, or just don't do anything special to search the entire worksheet.
Go to "Find & Select" in the "Editing" section of the "Home" ribbon and click on "Go To Special". Alternatively, press F5
You will be able to select cells according to a specific criteria. Select a criteria and click on "Ok".
Use "Enter" to quickly go from one cell to another.
When cells are all selected like that, you can also apply some formatting to all cells at once if you'd like to do so.
When you're finished, just click anywhere on the worksheet to un-select the cells. See? I wasn't kidding, this is really e
In my example, we're selecting all empty cells in range E38 to G43, and then formatting them a bit differently to revea
1 2 3 4 5
6 8 10
11 12 13 14 15
17 18 19
21 25
26 27 28 29 30
* RESET EXAMPLE
* * * * * * * * * * *
* * * * * * * * * * *
* * * * * * * * * * *
* * * * * * * * * * *
* * * * * * * * * * *
* * * * * * * * * * *
* * * * * * * * * * *
* Main Menu Exercise
* INSTRUCTIONS
You can access find/replace by using the Ctrl-F or Command-F shortcut key, and then clicking on the "replace" tab.
Alternatively, you can click on "Find and select" in the "Edition" section of the "Home" ribbon, and then select "Replac
Or with a Mac, look at your special editing menu above Excel.
Put in what you want to find in the first text box, and put in what you want to replace it with in the second text box.
Click on options... to get more options.
An interesting but tricky tip is using find/replace to quickly highlight cells that have specific text.
Just click on the "format" button in the "replace by" section, don't input anything in the "replace by" box, and you're f
containing the text you're searching for in any way you'd like!
To stop the behavior, click on the "Format" dropdown and select "Clear Replace Format".
You can often clean up data by searching with exact match for cells containing only a space and replacing that with no
(Although there are also formulas that serve a similar function.)
You can use * as a wildcard, or ? as a wildcard that only finds one character.
Use the tilde ~ to search for the symbols * or ? somewhere in your cells.
You can do find/replace for an entire worksheet, for an entire Excel file or only in a specified range of cells.
lace Format".
* INSTRUCTIONS
The IF formula takes a criteria, usually in the form of a comparison such as if a cell is equal, or bigger, or smaller than a g
The next two arguments are optional but I recommend always entering them. They let you decide what is returned by th
A value if the criteria is true, or a value if the criteria is false.
You can have the IF formula return a blank by entering "" as the value if true or false,
and a number like 0 or 1 by simply putting in the number without quotation marks.
And you can use an AND or OR formula within an IF formula.
* Simple IF example
Let's flag all the cases where the scariness is 5 or more.
Scariness
Horror source Nature (out of 10) Amount Distance (km)
Bermuda Triangle Phenomenon 5 1 2,290
Vampires Monster 4 0 10
Zombies Monster 9 0 10
Germs Natural 5 100,000,000 1
Unfulfillment Philosophical 10 0 0
Noises Phenomenon 1 12 0
Loch Ness Monster Monster 3 1 4,218
It might be best to assign a cell for the criteria - what if we change our minds about how much scariness we can tolerate
Scariness criteria 5 <- Try changing this number and see what happens in the "Sim
Scariness
Horror source Nature (out of 10) Amount Distance (km)
Bermuda Triangle Phenomenon 5 1 2,290
Vampires Monster 4 0 10
Zombies Monster 9 0 10
Germs Natural 5 100,000,000 1
Unfulfillment Philosophical 10 0 0
Noises Phenomenon 1 12 0
Loch Ness Monster Monster 3 1 4,218
AND example
Let's flag all the cases where the scariness is 5 or more and the threat is within 10 KM
Scariness criteria 5 Distance 10
Scariness
Horror source Nature (out of 10) Amount Distance (km)
Bermuda Triangle Phenomenon 5 1 2,290
Vampires Monster 4 0 10
Zombies Monster 9 0 10
Germs Natural 5 100,000,000 1
Unfulfillment Philosophical 10 0 0
Noises Phenomenon 1 12 0
Loch Ness Monster Monster 3 1 4,218
OR example
Let's flag all the cases where the scariness is 5 or more or the threat is within 10 KM
Scariness criteria 5 Distance 10
Scariness
Horror source Nature (out of 10) Amount Distance (km)
Bermuda Triangle Phenomenon 5 1 2,290
Vampires Monster 4 0 10
Zombies Monster 9 0 10
Germs Natural 5 100,000,000 1
Unfulfillment Philosophical 10 0 0
Noises Phenomenon 1 12 0
Loch Ness Monster Monster 3 1 4,218
Scariness
Horror source Nature (out of 10) Amount Distance (km)
Bermuda Triangle Phenomenon 5 1 2,290
Vampires Monster 4 0 10
Zombies Monster 9 0 10
Germs Natural 5 100,000,000 1
Unfulfillment Philosophical 10 0 0
Noises Phenomenon 1 12 0
Loch Ness Monster Monster 3 1 4,218
r bigger, or smaller than a given value.
ecide what is returned by the IF formula.
eturn "TRUE".
Formulas
Simple IF formula
I AM CONCERNED =IF(D41>=5,"I AM CONCERNED", "NOTHING TO SEE HERE")
NOTHING TO SEE HERE
I AM CONCERNED
I AM CONCERNED
I AM CONCERNED
NOTHING TO SEE HERE
NOTHING TO SEE HERE
Then, flag cases with "Maybe worry" in column I (Small Worry) where the scariness is at least 8,
or where the amount is higher or equal to 50, or the distance is 10 or lower.
* Criteria
* Table of threats
Scariness (out of
Horror source Nature 10) Amount
Bermuda Triangle Phenomenon 5 1
Vampires Monster 4 0
Zombies Monster 9 0
Germs Natural 5 100,000,000
Unfulfillment Philosophical 10 0
Noises Phenomenon 1 12
Loch Ness Monster Monster 3 1
olumn H (Big Worry)
Distance of no
more than
and 10
or 10
2_6 COUNTA
* INSTRUCTIONS
CountA just counts the number of non-blanks. That's it. Short and sweet! Great for data quality control.
* CountA example
I have Two blanks Everything
is good
a blank no blanks
four rows Three rows Five rows
with data with data with data
* SUPPLEMENTARY INFORMATION
* Spaces
If CountA is returning a number higher than you were expecting, it could be that one of the cells contains a space inste
Try using find/replace (see 2_4) and matching the whole cell content to find spaces and replacing them with nothing.
There is
a space in B37
so it's counting
5 non-blank rows
=COUNTA(B36:B40)
5
data quality control.