#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 542
Default 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.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default 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.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default 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.



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
Cannot Update Links Message is False but Always Appears [email protected] Excel Discussion (Misc queries) 0 April 20th 09 02:50 PM
What's the best way to toggle between true and false in Excel? Hiall, My excel work involves a lot of toggling between true and false (booleantypes) ... and it's very repetitive... Is there a way to select a bunch ofcells, and press a key short-cu LunaMoon Excel Discussion (Misc queries) 9 July 29th 08 12:28 AM
Entering only 2 values out of 3 - throws up message as false Beena K Excel Worksheet Functions 2 April 24th 08 08:33 AM
Hiding FALSE message [email protected] Excel Discussion (Misc queries) 4 January 9th 08 10:37 PM
$C$1972,2,FALSE, $C$1972,3,FALSE is ok, But $C$1972,4,FALSE Give # Steved Excel Worksheet Functions 6 July 3rd 06 01:49 AM


All times are GMT +1. The time now is 10:56 PM.

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

About Us

"It's about Microsoft Excel"