![]() |
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 |
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 |
All times are GMT +1. The time now is 03:19 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com