#1   Report Post  
Aaron Neunz
 
Posts: n/a
Default ISBLANK

I have a range of Cells:
A6:A17
The even numbered cells will always have some text in them.
The odd numbered cells may or may not have any values.
IF(ISBLANK("ALL ODD NUMBERED CELLS IN RANGE"),BLANK,(SOME CALCULATION IF
FALSE)

How would the syntax in ""'s in the above formula look?

Thanks in advance,
Aaron Neunz


  #2   Report Post  
Hayeso
 
Posts: n/a
Default

In Cell B6 Type

=IF(ISODD(ROW(A6)),IF(ISBLANK(A6),"","Whatever"))
And copy it down through B6:B17


"Aaron Neunz" wrote:

I have a range of Cells:
A6:A17
The even numbered cells will always have some text in them.
The odd numbered cells may or may not have any values.
IF(ISBLANK("ALL ODD NUMBERED CELLS IN RANGE"),BLANK,(SOME CALCULATION IF
FALSE)

How would the syntax in ""'s in the above formula look?

Thanks in advance,
Aaron Neunz



  #3   Report Post  
Aaron Neunz
 
Posts: n/a
Default

I am totaling in cell A18 and need to have the formula in this cell only

"Hayeso" wrote in message
...
In Cell B6 Type

=IF(ISODD(ROW(A6)),IF(ISBLANK(A6),"","Whatever"))
And copy it down through B6:B17


"Aaron Neunz" wrote:

I have a range of Cells:
A6:A17
The even numbered cells will always have some text in them.
The odd numbered cells may or may not have any values.
IF(ISBLANK("ALL ODD NUMBERED CELLS IN RANGE"),BLANK,(SOME CALCULATION IF
FALSE)

How would the syntax in ""'s in the above formula look?

Thanks in advance,
Aaron Neunz





  #4   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
do you mean
=SUMPRODUCT(--(MOD(ROW(A6:A17),2)=1),A6:A17)

--
Regards
Frank Kabel
Frankfurt, Germany

"Aaron Neunz" schrieb im Newsbeitrag
...
I have a range of Cells:
A6:A17
The even numbered cells will always have some text in them.
The odd numbered cells may or may not have any values.
IF(ISBLANK("ALL ODD NUMBERED CELLS IN RANGE"),BLANK,(SOME CALCULATION

IF
FALSE)

How would the syntax in ""'s in the above formula look?

Thanks in advance,
Aaron Neunz



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
error message ISBLANK Hans Excel Discussion (Misc queries) 4 January 12th 05 03:49 PM


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