Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Nick Read
 
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   Report Post  
JE McGimpsey
 
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   Report Post  
Max
 
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 <atyahoo<dotcom
----
"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   Report Post  
Max
 
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 <atyahoo<dotcom
----


  #5   Report Post  
Mexage
 
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



  #6   Report Post  
Duke Carey
 
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

  #7   Report Post  
CLR
 
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



  #8   Report Post  
CLR
 
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



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
Formula in an Excel comment The Window Cleaner Excel Discussion (Misc queries) 0 March 10th 05 11:03 AM
Excel should have a simpler subtraction formula similar to "sum". Darius Excel Worksheet Functions 5 February 21st 05 11:14 PM
How do I get the formula bar in excel 2003 unionhall Excel Discussion (Misc queries) 1 February 17th 05 10:10 AM
Need excel formula to display 28.50hrs in HRS & MINS? rbc Excel Worksheet Functions 4 January 6th 05 12:21 PM
Suddenly Excel can't calculate formula!!! Bob H Excel Worksheet Functions 2 November 30th 04 08:35 PM


All times are GMT +1. The time now is 09:37 PM.

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

About Us

"It's about Microsoft Excel"