Hi,
I have a list of names in one column, and how much they spent on the second. On the side I am using this formula to calculate how much each person has spent:
"=SUMIFS(Spent,Name,L7,Spent,">0")" where Spent is the dynamic range of the names column, spent the dynamic range for how much they spent, L7 the cell containing the name, and if they spent more than 0.
If I add names+amount spent, everything works fine and it calculates the new total. However, if I leave a few cells blank and then input the same thing (name, $), it won't count it. I don't get an error at all, it just doesn't count it.
Any idea on how to solve this?
I have a list of names in one column, and how much they spent on the second. On the side I am using this formula to calculate how much each person has spent:
"=SUMIFS(Spent,Name,L7,Spent,">0")" where Spent is the dynamic range of the names column, spent the dynamic range for how much they spent, L7 the cell containing the name, and if they spent more than 0.
If I add names+amount spent, everything works fine and it calculates the new total. However, if I leave a few cells blank and then input the same thing (name, $), it won't count it. I don't get an error at all, it just doesn't count it.
Any idea on how to solve this?