Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Gus
 
Posts: n/a
Default Return a "" value from a formular

Any help greatly appreciated: I have 2 formulars that works, but I want them
to return nothing eg "" when there is nothing entered into a cell, at the
moment they return the 'false' value. My formulars a

=IF(O12O11,"End milestone deadline passed","OK")

=IF(AND(O12O11,OR(D12D11,E12E11,F12F11,G12G11 ,H12H11,I12I11,J12J11,K12K11,L12L11,M12M11,N 12N11)),"End
milestone passed and 'Actual's' late","End milestone passed but 'Actual's'
OK")


  #2   Report Post  
Anne Troy
 
Posts: n/a
Default

=IF(isblank(O12),"",if(O12O11,"End milestone deadline passed","OK"))

=IF(isblank(O12),"",if(AND(O12O11,OR(D12D11,E12 E11,F12F11,G12G11,H12H1
1,I12I11,J12J11,K12K11,L12L11,M12M11,N12N11) ),"End
milestone passed and 'Actual's' late","End milestone passed but 'Actual's'
OK"))
*******************
~Anne Troy

www.OfficeArticles.com
www.MyExpertsOnline.com




"Gus" wrote in message
...
Any help greatly appreciated: I have 2 formulars that works, but I want

them
to return nothing eg "" when there is nothing entered into a cell, at the
moment they return the 'false' value. My formulars a

=IF(O12O11,"End milestone deadline passed","OK")


=IF(AND(O12O11,OR(D12D11,E12E11,F12F11,G12G11 ,H12H11,I12I11,J12J11,K
12K11,L12L11,M12M11,N12N11)),"End
milestone passed and 'Actual's' late","End milestone passed but 'Actual's'
OK")




  #3   Report Post  
bj
 
Posts: n/a
Default

one way is
=if(O12="","",your equation)

"Gus" wrote:

Any help greatly appreciated: I have 2 formulars that works, but I want them
to return nothing eg "" when there is nothing entered into a cell, at the
moment they return the 'false' value. My formulars a

=IF(O12O11,"End milestone deadline passed","OK")

=IF(AND(O12O11,OR(D12D11,E12E11,F12F11,G12G11 ,H12H11,I12I11,J12J11,K12K11,L12L11,M12M11,N 12N11)),"End
milestone passed and 'Actual's' late","End milestone passed but 'Actual's'
OK")


  #4   Report Post  
Gus
 
Posts: n/a
Default

Many thanks, this worked with the 1st formular but not the 2nd. I also tried
the IF(isblank which worked for the 1st but not the 2nd

"bj" wrote:

one way is
=if(O12="","",your equation)

"Gus" wrote:

Any help greatly appreciated: I have 2 formulars that works, but I want them
to return nothing eg "" when there is nothing entered into a cell, at the
moment they return the 'false' value. My formulars a

=IF(O12O11,"End milestone deadline passed","OK")

=IF(AND(O12O11,OR(D12D11,E12E11,F12F11,G12G11 ,H12H11,I12I11,J12J11,K12K11,L12L11,M12M11,N 12N11)),"End
milestone passed and 'Actual's' late","End milestone passed but 'Actual's'
OK")


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
Excel - return a picture or range rows as the result of a formula juststarting Excel Worksheet Functions 1 July 4th 05 12:59 AM
check if reference exists, then return its value or return 0 doudou Excel Worksheet Functions 1 June 4th 05 09:17 PM
How do create a formula to evalute a # to return 1 of 4 conditions Larry Excel Worksheet Functions 4 May 29th 05 12:58 AM
Using a Vlookup to return values in a data list? rtjeter Excel Worksheet Functions 2 April 26th 05 05:56 AM
if the value of a cell in a range is not blank, then return the v. kvail Excel Worksheet Functions 2 April 8th 05 10:07 PM


All times are GMT +1. The time now is 05:46 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"