I have an excel sheet with about 7K rows and 40 columns and I need to find some information in it. Each row contains a task for someone to complete. I need to find how many tasks each person needs to compete by a certain date.
Currently I'm using if statements to match the persons name, if it matches 1, if not 0. Then that's multiplied by an if statement that looks at if it's before the due date or not. Then another if statement doing the same thing for what type of task it is. Basically Im dragging these equations down 7k times and getting 1s and 0s then using a sum function. There are about 5 tasks so Im using 35k rows to just get 5 answers per person, I need a better function! PLease help!
Currently I'm using if statements to match the persons name, if it matches 1, if not 0. Then that's multiplied by an if statement that looks at if it's before the due date or not. Then another if statement doing the same thing for what type of task it is. Basically Im dragging these equations down 7k times and getting 1s and 0s then using a sum function. There are about 5 tasks so Im using 35k rows to just get 5 answers per person, I need a better function! PLease help!