Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default If Statement Help

What I need is to add that if G11 and H11 are blank then make th
cellcolor white.

=IF(OR(I$10$H$11,I$10<$G$11),"",IF(I$10=$G$11,$G$ 11,$G$11+((I$10-$G$11)/$G$4)*$G$4))


Appreciate any help.

Y

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default If Statement Help

try format...conditional formatting and add the appropriate formul
=isblank(g11,h11) and specify format you wan

--
Message posted from http://www.ExcelForum.com

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default If Statement Help

This did not work, but rather than go that route. Could you give me
function for "If G11 and H11 are blank then make a range nofill.

I think this could be of more help rather than my first question.

Appreciate your assistance and sorry for the crazy way this is going.

Yo :roll

--
Message posted from http://www.ExcelForum.com

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,651
Default If Statement Help

On Thu, 2 Sep 2004 23:00:09 -0500, yh73090
wrote:

If G11 and H11 are blank then make a range nofill



=IF(AND(ISBLANK(G11),ISBLANK(H11)),"","not blank")

entered in a cell will display a blank if H11 and G11 are both blank.



--ron
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,824
Default If Statement Help

If you concatenate two blank cells, it'll be blank:

=(g11&h11="")

(as the conditional formatting formula)

Or
=(trim(g11&h11)="")

if you're afraid that anyone will hit the spacebar instead of clearing contents.

"yh73090 <" wrote:

What I need is to add that if G11 and H11 are blank then make the
cellcolor white.

=IF(OR(I$10$H$11,I$10<$G$11),"",IF(I$10=$G$11,$G$ 11,$G$11+((I$10-$G$11)/$G$4)*$G$4))

Appreciate any help.

Yo

---
Message posted from http://www.ExcelForum.com/


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default If Statement Help

this formula in the format condition seemed to work fine for me

=AND(ISBLANK(F12), ISBLANK(G12)

--
Message posted from http://www.ExcelForum.com

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
IF statement inside a SUMIF statement.... or alternative method Sungibungi Excel Worksheet Functions 3 December 4th 09 06:22 PM
Reconcile Bank statement & Credit card statement & accounting data Bklynhyc Excel Worksheet Functions 0 October 7th 09 09:07 PM
Embedding an OR statement in an IF statement efficiently Chatnoir11 Excel Discussion (Misc queries) 4 February 2nd 09 08:12 PM
SUMIF statement with AND statement Eric D Excel Discussion (Misc queries) 2 July 14th 08 07:24 PM
appending and IF statement to an existing IF statement spence Excel Worksheet Functions 1 February 28th 06 11:00 PM


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