How to Randomize a List in Excel
If you want to shuffle a list in Excel into a random order, you will notice there is no single “shuffle” button anywhere on the ribbon. That is because Excel …
Here you will find common Excel tips and tutorials that can help you speed up your work and get stuff done faster.
If you want to shuffle a list in Excel into a random order, you will notice there is no single “shuffle” button anywhere on the ribbon. That is because Excel …
If you have two columns of numbers and you want to know how strongly one relates to the other, linear regression is the tool for the job. It fits a …
If you’ve ever tried to look up a value that depends on more than one condition, you’ve hit VLOOKUP’s biggest limitation. It only matches one lookup value against one column. …
If you want to know what share of your data falls into each group, relative frequency is the number you’re after. It turns raw counts into proportions, so a busy …
If you have a column of values in Excel and you want to turn it into a single comma-separated list, there are a few quick ways to get there. Copying …
If you have taken out a car loan and want to see exactly where each monthly payment goes, an amortization schedule is what you need. It splits every payment into …
If you’ve ever copied a formula into one cell and then retyped it row by row, the fill handle can do that in one drag. It’s the small square at …
Excel has six comparison operators, and <= is one of the handiest. It asks a simple question: is this value smaller than or the same as that one? The “or …
If you’re running a hypothesis test, sooner or later you need a critical value to decide whether your result is actually significant. The tricky part is that Excel has no …
If you want to multiply numbers in Excel, there’s no dedicated “times” button like a calculator has. Instead, you build a small formula and let Excel do the math for …
If you want to see how several stocks or variables move together, a single covariance figure between two of them won’t tell the whole story. You need every pair at …
If you want to pull a value out of a table by matching two conditions at once, a plain INDEX MATCH won’t cut it. It looks up a single criterion, …