T
Tonso
I have the folloing averageif formula in XL2007:
AVERAGEIFS($Q:$Q,$R:$R,B4,$Q:$Q,"<"&B3,$Q:$Q,"<>0",$D:$D,"<>"&$B2)
The last criteria is "<>B2". B2 is blank, and my formual work ok, as I do not want to include in the average any number in column Q if the cell in column B on the corresponding row is a blank. My question is, how can I write the formula so that it reads <>blank, or <>"", or whatver, instead of having to refer to to B6 to indicate the crieria is a blank cell?
Thanks,
Tonso
AVERAGEIFS($Q:$Q,$R:$R,B4,$Q:$Q,"<"&B3,$Q:$Q,"<>0",$D:$D,"<>"&$B2)
The last criteria is "<>B2". B2 is blank, and my formual work ok, as I do not want to include in the average any number in column Q if the cell in column B on the corresponding row is a blank. My question is, how can I write the formula so that it reads <>blank, or <>"", or whatver, instead of having to refer to to B6 to indicate the crieria is a blank cell?
Thanks,
Tonso