#1   Report Post  
Posted to microsoft.public.excel.misc
changetires
 
Posts: n/a
Default Writing a formula


I want to write this as a formula: 1 minus F6 divided by F6 plus Z6 plus
AA6, but only if AA6 is less than zero


--
changetires
------------------------------------------------------------------------
changetires's Profile: http://www.excelforum.com/member.php...o&userid=35414
View this thread: http://www.excelforum.com/showthread...hreadid=556093

  #2   Report Post  
Posted to microsoft.public.excel.misc
Shaun
 
Posts: n/a
Default Writing a formula

=if(aa6<0,(1-f6)/(f6+aa6),0)

This will return 0 if aa6 is not less than 0. Replace the 0 with whatever
you want if aa6 is not less than 0.

Shaun


"changetires" wrote:


I want to write this as a formula: 1 minus F6 divided by F6 plus Z6 plus
AA6, but only if AA6 is less than zero


--
changetires
------------------------------------------------------------------------
changetires's Profile: http://www.excelforum.com/member.php...o&userid=35414
View this thread: http://www.excelforum.com/showthread...hreadid=556093


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
Help writing a lookup formula kgoldner Excel Worksheet Functions 1 January 13th 06 07:12 PM
help writing formula to determine salary/overtime sockmodel7 Excel Discussion (Misc queries) 2 December 6th 05 05:32 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 06:30 AM
Formula writing problem Bob Excel Worksheet Functions 2 November 4th 05 11:33 PM
Help writing a formula Adam Excel Worksheet Functions 5 August 2nd 05 08:39 PM


All times are GMT +1. The time now is 06:13 AM.

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

About Us

"It's about Microsoft Excel"