A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Excel IF formula



 
 
Thread Tools Display Modes
  #1  
Old May 5th, 2005, 02:42 PM
Nick Read
external usenet poster
 
Posts: n/a
Default Excel IF formula

To whom it may concern

What it is the formula required in Microsoft excel that
will return a value of true in cell K1 if the values in
cells G1, H1 and I1 are all BLANK?

Thanks Nick Read
  #2  
Old May 5th, 2005, 02:52 PM
JE McGimpsey
external usenet poster
 
Posts: n/a
Default

one way:

K1: =COUNTA(G1:I1)=0

In article ,
"Nick Read" wrote:

What it is the formula required in Microsoft excel that
will return a value of true in cell K1 if the values in
cells G1, H1 and I1 are all BLANK?

  #3  
Old May 5th, 2005, 02:55 PM
Max
external usenet poster
 
Posts: n/a
Default

One try ..
Put in K1, array-entered (press CTRL+SHIFT+ENTER)
=SUM(LEN(G1:I1))=0
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik atyahoodotcom
----
"Nick Read" wrote in message
...
To whom it may concern

What it is the formula required in Microsoft excel that
will return a value of true in cell K1 if the values in
cells G1, H1 and I1 are all BLANK?

Thanks Nick Read



  #4  
Old May 5th, 2005, 04:02 PM
Mexage
external usenet poster
 
Posts: n/a
Default

Dear Nick:

=AND(ISBLANK(G1),ISBLANK(H1),ISBLANK(I1))

G.Morales


"Nick Read" wrote:

To whom it may concern

What it is the formula required in Microsoft excel that
will return a value of true in cell K1 if the values in
cells G1, H1 and I1 are all BLANK?

Thanks Nick Read

  #5  
Old May 6th, 2005, 07:54 PM
Duke Carey
external usenet poster
 
Posts: n/a
Default

And, for the 4th option:

=COUNTBLANK(G1:I1)=3


"Nick Read" wrote:

To whom it may concern

What it is the formula required in Microsoft excel that
will return a value of true in cell K1 if the values in
cells G1, H1 and I1 are all BLANK?

Thanks Nick Read

  #6  
Old May 7th, 2005, 12:35 AM
CLR
external usenet poster
 
Posts: n/a
Default

And a 5th option.........

=IF(AND(G1="",H1="",I1=""),"TRUE","FALSE")

Vaya con Dios,
Chuck, CABGx3


"Nick Read" wrote in message
...
To whom it may concern

What it is the formula required in Microsoft excel that
will return a value of true in cell K1 if the values in
cells G1, H1 and I1 are all BLANK?

Thanks Nick Read



  #7  
Old May 7th, 2005, 02:42 AM
Max
external usenet poster
 
Posts: n/a
Default

... I'll like to withdraw the array-entry
from the start-up line that's forming for the drag race g
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik atyahoodotcom
----


  #8  
Old May 8th, 2005, 06:14 PM
CLR
external usenet poster
 
Posts: n/a
Default

In review Nick,.........all five formulas presented do work if the subject
cells are actually empty, however, if they are "blank" as a result of a ""
return from a formula, then they respond differently........some return
FALSE for this condition.

Make sure which way you want it before you decide on one.....

Vaya con Dios,
Chuck, CABGx3



"Nick Read" wrote in message
...
To whom it may concern

What it is the formula required in Microsoft excel that
will return a value of true in cell K1 if the values in
cells G1, H1 and I1 are all BLANK?

Thanks Nick Read



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I view the actual numeric value of a formula in Excel 2002. Excel Function Help Worksheet Functions 0 January 13th, 2005 10:07 PM
WHY General Discussion 9 December 16th, 2004 12:49 AM
Add-in functions when starting Excel programmatically Steve K. Worksheet Functions 11 July 2nd, 2004 06:38 PM
Coverting Lotus 123 files to use with excel Muffin1947 General Discussion 6 June 20th, 2004 10:18 AM


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


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