View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default IF then statements

in c1

=if(b1=1,379,"")

--
Regards,
Tom Ogilvy


"ginab" wrote in message
...
I need a forumula that states

If B=1 then c=379

Thanks!!