Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 17
Default IF multiple arguments

I have =IF(B150,2,1) in cell A1 How an a get a blank value if B1 is blank
in A1
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default IF multiple arguments

=if(b1="","",if(b150,2,1))


wrote:

I have =IF(B150,2,1) in cell A1 How an a get a blank value if B1 is blank
in A1


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default IF multiple arguments

=IF(B1="","",IF(B150,2,1))
--
David Biddulph

wrote in message
...
I have =IF(B150,2,1) in cell A1 How an a get a blank value if B1 is blank
in A1



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
Multiple Arguments ijt Excel Discussion (Misc queries) 3 November 20th 06 06:48 AM
sum with multiple arguments hotelmasters Excel Worksheet Functions 2 August 23rd 06 07:10 PM
Multiple Arguments - New Twist dansargeant Excel Worksheet Functions 2 March 10th 06 03:28 PM
Multiple Arguments dansargeant Excel Worksheet Functions 3 March 10th 06 08:06 AM
Multiple vlookup arguments ichall Excel Worksheet Functions 2 October 19th 05 10:47 PM


All times are GMT +1. The time now is 12:35 AM.

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"