Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,533
Default How do I write the proper Formula for the following?

Try this formula:

=IF(C3<0,IF(C58<0,(((C3*2)+C58)/3),C3*2),C58/2)


Regards,
Per

"Brady D" skrev i meddelelsen
...
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!


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
creating a proper text formula Olayah Excel Discussion (Misc queries) 2 May 13th 08 05:54 PM
PROPER Formula Question Geoffrey Starr Excel Worksheet Functions 6 April 18th 08 06:45 PM
Where do I enter the PROPER formula in a spreadsheet? Colleen Little Excel Worksheet Functions 6 February 23rd 06 10:37 PM
I need help desparately with PROPER formula... Lauren Excel Worksheet Functions 9 February 16th 06 11:39 PM
How to use Proper formula? Overbaked Excel Worksheet Functions 2 October 29th 04 06:09 PM


All times are GMT +1. The time now is 05:48 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"