Just when you need to search for a thing across sheets in a workbook.
I am bored, so I am adding articles from my old archive.
Excel f(x)s = Excel Functions
Just when you need to search for a thing across sheets in a workbook.
I am bored, so I am adding articles from my old archive.
Create list of dates excluding weekends and holidays.
Basically create list of workdays in a certain year, you may fill in to get more.
List of holidays is defined in another column, formula already excludes Saturdays and Sundays.
CountIF function cannot search for text longer than 255 chars. This is mainly found here … https://support.office.com/en-us/article/COUNTIF-function-E0DE10C6-F885-4E71-ABB4-1F464816DF34
A question by a colleague on how to count number of unique items in a column made me realize, I don’t have that here.
So here it is …
We did see who we can get total of a column for a certain month in certain year using SUMIFS.
SUMIFS got a sister function, COUNTIFS
Which will count how many times cells found with more than 1 condition
So, when you have a table like this…
Read More “Count cells with condition – multiple conditions” »