View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Brady D Brady D is offline
external usenet poster
 
Posts: 1
Default How do I write the proper Formula for the following?

Here are the paramaters I am trying to write a funtion for using Excel 2007:

If C3=0, then final value will be C58/2
If C58=0, then final value will be C3*2
If C3 and C58 both do not equal 0, then the final value will be [(C3*2)+C58]/3

I appreciate the help!