NHS data excel Flashcards
Difference between Count and CountA?
CountA counts everything
Count is only numerical values
How to use Sort formula for a table?
=SORT(select the data, number of the column you want to sort by, -1 or 1 for ascending or decesending)
=SORTBY does the same thing just instead of numbering the column you highlight it
How to use COUNTIF?
wanted all test scores above 80
Do =COUNTIF(select range, “>=80”)
What do you use to fix a value?
J$5
How to make all text correct format with capitals and spacing?
Trim(proper(which cells))
How to use Vlookup?
used to find values in a catalogue
Useful
How to build a PIVOT table?
Insert Pivot table
Put values want to see in values section, can click on drop down if want to order by sum, average or count
Put other values in columns or rows to order data
How to use slicers with pivot table?
Go to pivot table analysis
Go filters
Put slicers in, are basically filters for your charts to look at specific outcomes
Insert timeline is a slicer just for dates
How do you update pivot table if put more data in it?
Use refresh
How do an array calculation?
Use ctrl shift enter when you have done a formula
How to find list of unique values?
=UNIQUE(
How to use XLOOKUP?
=XLOOKUP(cell that tells you what your searching for, the cells you are selecting from, the cells you want your value from)