First, sorry if this has been asked before. I used the Search function and didn't find this in five pages, so hopefully it hasn't been asked recently at least.
I need to limit the entries in three cells to sum up to the total in another cell. For example, B1+B2+B3 must equal A1. I'm trying to use data validation to do this, by using a custom validation: =sum($B$1:$B$3)=$A$1. However, that isn't working ... I am allowed to enter a value in B1, but then cannot enter anything in B2 unless it is the remainder needed to sum up to A1. In other words, that validation is ignoring that users will still be allowed to enter a number in B3.
The total must equal A1, also. I don't want to give users the option to be less than A1 at all. Any suggestions?
I need to limit the entries in three cells to sum up to the total in another cell. For example, B1+B2+B3 must equal A1. I'm trying to use data validation to do this, by using a custom validation: =sum($B$1:$B$3)=$A$1. However, that isn't working ... I am allowed to enter a value in B1, but then cannot enter anything in B2 unless it is the remainder needed to sum up to A1. In other words, that validation is ignoring that users will still be allowed to enter a number in B3.
The total must equal A1, also. I don't want to give users the option to be less than A1 at all. Any suggestions?