View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Vitaliy Kozachuk Vitaliy Kozachuk is offline
external usenet poster
 
Posts: 1
Default Formula help - Sum results Pass or Fail

What whould be a proper way to make a formula sum a total of pass/ fail results.
Let say i have Total Pass: on C2
and line of pass/fail on b14:b573
Thank you



On Tuesday, March 4, 2008 3:02:39 PM UTC-5, Ron Coderre wrote:
Try this:

=IF(SUM(J8:R8)<=8,"Fail","Pass")

Is that something you can work with?
--------------------------

Regards,

Ron
Microsoft MVP (Excel)
(XL2003, Win XP)


"Nadine" wrote in message
...
Need help with a formula.

Want to sum the total of a range of cells, then if it is less then a
specific number the value should be "Fail", if greater then that number
then
value should be "Pass"

I've used the And function True or False results. But they want the value
in the cells to say either Pass or Fail.

current formula: =AND(SUM(J8:R8)0,SUM(J8:R8)<8)

Thanks