S
Scott
I have a user input from 3 selections using data validation lists. I then
find the selection matches in 3 columns and then add numbers from the
corresponding row in another column. I got that to work using
=SUM(IF((General!$Q$2:$Q$1000 = $A3)*(General!$R$2:$R$1000 =
$B3)*(General!$S$2:$S$1000 = $C$3),General!$T$2:$T$1000))
where the user selections are from $A3, $B3, $C3.
Now what I would like to do is not require the user to select from one or
more of the vaildation lists if he/she wants everything for that selection
(something like a wild card in the search criteria). I cant figure out how
to modify the formula above to accomplish this. Any ideas?
find the selection matches in 3 columns and then add numbers from the
corresponding row in another column. I got that to work using
=SUM(IF((General!$Q$2:$Q$1000 = $A3)*(General!$R$2:$R$1000 =
$B3)*(General!$S$2:$S$1000 = $C$3),General!$T$2:$T$1000))
where the user selections are from $A3, $B3, $C3.
Now what I would like to do is not require the user to select from one or
more of the vaildation lists if he/she wants everything for that selection
(something like a wild card in the search criteria). I cant figure out how
to modify the formula above to accomplish this. Any ideas?