![]() |
Modify a Formula to Display Blank
I use this formula:
=IF(Sheet2!C5=0;"Sell";"Buy") if Sheet2!C5 is #N/A I would like the formula to return a blank. Is it possible ? Thank you in advance. |
Try this
=IF(ISNA(Sheet2!C5)=TRUE,"",IF(Sheet2!C5=0,"Sell", "Buy")) "carl" wrote in message ... I use this formula: =IF(Sheet2!C5=0;"Sell";"Buy") if Sheet2!C5 is #N/A I would like the formula to return a blank. Is it possible ? Thank you in advance. |
=IF(ISBLANK(SHEET2!C5),"",IF(SHEET2!C5-0,"Sell","Buy"))
******************* ~Anne Troy www.OfficeArticles.com "carl" wrote in message ... I use this formula: =IF(Sheet2!C5=0;"Sell";"Buy") if Sheet2!C5 is #N/A I would like the formula to return a blank. Is it possible ? Thank you in advance. |
All times are GMT +1. The time now is 03:17 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com