A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

formula question



 
 
Thread Tools Display Modes
  #1  
Old November 22nd, 2005, 08:03 AM posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: n/a
Default formula question

Dear
At this forumla " =ROUND(IF($I2="N",$F2*2,($F2*2)-$O2),2)" . I want the
result as below.

1. Result = + is ok
2. Result = - show "o"

Please advice how to add the command if result = "-", the number is show 0

Thanks
1111.com


  #2  
Old November 22nd, 2005, 08:26 AM posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: n/a
Default formula question

One way,
Try: =MAX(ROUND(IF($I2="N",$F2*2,($F2*2)-$O2),2),0)
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--
wrote in message ...
Dear
At this forumla " =ROUND(IF($I2="N",$F2*2,($F2*2)-$O2),2)" . I want

the
result as below.

1. Result = + is ok
2. Result = - show "o"

Please advice how to add the command if result = "-", the number is show 0

Thanks
1111.com




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula Question Marcus Feldmore Worksheet Functions 1 November 11th, 2005 03:47 PM
I have a question regarding countif formula. Fahad Farid Ansari Worksheet Functions 6 October 1st, 2005 11:57 PM
Survey Results SAm Running & Setting Up Queries 10 May 17th, 2005 08:32 PM
Question about Absolute reference formula Maria General Discussion 3 June 23rd, 2004 06:27 PM
INDIRECT formula question wardcanoe Worksheet Functions 2 December 30th, 2003 10:31 PM


All times are GMT +1. The time now is 09:39 PM.


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