• This Forum is for adults 18 years of age or over. By continuing to use this Forum you are confirming that you are 18 or older. No content shall be viewed by any person under 18 in California.

Agg Formula for Excel?

Any of you Excel experts have or know how to write a formula that will Average a 4 Target Agg in one cell unless DQ is entered into one of the target cells instead of a number (group size). The result giving a DQ for the Average.
Example:
1.000”, 1.000”, 1.000”, 1.000” = 1.000”
1.000”, DQ, 1.000”, 1.000”= DQ
Baron
 
If using cells a1, b1, c1 and d1 to store the 4 values and the cells have either a number or the letters DQ, then enter this formula in cell e1:

=IF(A1<>"DQ",IF(B1 <>"DQ",IF(C1<>"DQ",IF(D1<>"DQ", AVERAGE(A1:D1),"DQ"),"DQ"),"DQ"),"DQ")


That's one quick way of doing this.
 

Upgrades & Donations

This Forum's expenses are primarily paid by member contributions. You can upgrade your Forum membership in seconds. Gold and Silver members get unlimited FREE classifieds for one year. Gold members can upload custom avatars.


Click Upgrade Membership Button ABOVE to get Gold or Silver Status.

You can also donate any amount, large or small, with the button below. Include your Forum Name in the PayPal Notes field.


To DONATE by CHECK, or make a recurring donation, CLICK HERE to learn how.

Forum statistics

Threads
166,265
Messages
2,215,463
Members
79,508
Latest member
Jsm4425
Back
Top