![]() |
FALSE message
=IF(J22,B49*1.5+J22)
how do i stop the false message in this formula when J22 is empty? B49 is labour price, 1.5 is amount of hours, J22 is unit price. |
FALSE message
=IF(J22,B49*1.5+J22,"")
If this post helps click Yes --------------- Jacob Skaria "james" wrote: =IF(J22,B49*1.5+J22) how do i stop the false message in this formula when J22 is empty? B49 is labour price, 1.5 is amount of hours, J22 is unit price. |
FALSE message
=IF(J22,B49*1.5+J22)
Try this... =IF(COUNT(J22),B49*1.5+J22,"") -- Biff Microsoft Excel MVP "james" wrote in message ... =IF(J22,B49*1.5+J22) how do i stop the false message in this formula when J22 is empty? B49 is labour price, 1.5 is amount of hours, J22 is unit price. |
All times are GMT +1. The time now is 06:40 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com