#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 577
Default IFTHEN

What formula will take alpa column(s) such as names and sum as numeric?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,118
Default IFTHEN

You'll have to give us a little more to work with.
Can you post an example of what you're working with and what you want to do?


***********
Regards,
Ron

XL2002, WinXP


"Scott" wrote:

What formula will take alpa column(s) such as names and sum as numeric?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 577
Default IFTHEN



i have a worksheet w/ multiple columns, i have alpha data inputted in the
cells of the columns. at any given time some of the cells will not have data
in them those are totaled as zero. if the cell has data it would total as 1.
if no data in cell it would total as 0. here is example of what i am
wanting to place at the bottom of the worksheet. sorry it is so incomplete
but it is a work in progress.

occupied cells 27
empty cells 29
total cells 56
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,118
Default IFTHEN

Try this:

With
A1:A100 containing values or blanks

The count of non-blanks
A101: =COUNTA(A1:A100)

The count of blanks
A102: =ROWS(A1:A100)-A101
OR
A102: =SUMPRODUCT(--ISBLANK(A1:A100))

Alternatively
A101: =COUNTA(A1:A100)
A102: =A103-A101
A103: =ROWS(A1:A100)


Does that help?
***********
Regards,
Ron

XL2002, WinXP


"Scott" wrote:



i have a worksheet w/ multiple columns, i have alpha data inputted in the
cells of the columns. at any given time some of the cells will not have data
in them those are totaled as zero. if the cell has data it would total as 1.
if no data in cell it would total as 0. here is example of what i am
wanting to place at the bottom of the worksheet. sorry it is so incomplete
but it is a work in progress.

occupied cells 27
empty cells 29
total cells 56

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 and or ifthen? Pam Excel Worksheet Functions 8 August 17th 06 06:58 PM
How do you fill a cell with a color based on IFTHEN formula? ctbowling Excel Worksheet Functions 1 May 9th 06 04:11 PM


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