Sumif, using 4 conditions
Posted by Michelle on August 29, 2001 5:44 AM
I have a large table, where I would like to use the Sumif command.
Usually Sumif checks for 1 condition and then sums, I would instead like it to check for 4 true conditions and then sum the necessary info.
ie =sumif(a1:d2000;"t" and "s"and"d" and"r";g1:g2000)
where t,s,d,r are valus in separate columns.