Thread: Formula???
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
RagDyeR RagDyeR is offline
external usenet poster
 
Posts: 3,572
Default Formula???

Try this:

=IF(SUMPRODUCT(--(O5:O20O22-4*D3))0,"BAD DATA",0)
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"John Sofillas" wrote in message
...
Hi,
The formula below works the way I want it to for cell O5. How can I
open this formula up for a range of cells O5:O20?

=IF(O5(O22-4*D3),"Bad Data",0)

As always, much appreciated for the advise!