View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Formula help please

=if(c26="yes",c27*b22,0)

Regards,
Tom Ogilvy


"scott" wrote in message
...
Hi this is an easy one but can't quite remember how to
make it work. I want the formula to calculate:

if c26=yes, then c27 * b22, if not,0

I tried this and it didn't work
=if(c26=yes,c27*b22,0) I got a #name result

Thanks