Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
SRN SRN is offline
external usenet poster
 
Posts: 6
Default calculating cells with data

What is the formula to calculate total number of cells in row with
alphanumeric data in it?

Thanks

SRN
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default calculating cells with data

=COUNTA(1:1)
--
Gary''s Student - gsnu200808
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default calculating cells with data

What is the formula to calculate total number of cells in row with
alphanumeric data in it?


And if there's the possibility of formula returned blanks: "" within the
range, and pure white spaces: " " which are to be excluded from the count,
you could use something like this:
=SUMPRODUCT(--(TRIM(A2:A10)<""))
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:19,500 Files:362 Subscribers:62
xdemechanik
---
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
SRN SRN is offline
external usenet poster
 
Posts: 6
Default calculating cells with data

Max

That worked perfectly. I did have blank cells that had to be ignored

Thanks

SRN

"Max" wrote:

What is the formula to calculate total number of cells in row with
alphanumeric data in it?


And if there's the possibility of formula returned blanks: "" within the
range, and pure white spaces: " " which are to be excluded from the count,
you could use something like this:
=SUMPRODUCT(--(TRIM(A2:A10)<""))
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:19,500 Files:362 Subscribers:62
xdemechanik
---

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default calculating cells with data

Welcome ..
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:19,500, Files:362, Subscribers:62
xdemechanik
---
"SRN" wrote in message
...
Max

That worked perfectly. I did have blank cells that had to be ignored

Thanks

SRN



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
calculating cells Stuart Excel Worksheet Functions 3 June 25th 08 11:32 AM
Cells are not calculating on the fly MrWilson Excel Worksheet Functions 3 December 19th 06 04:35 PM
Inserting new data before "calculating cells" is done??? Fecozisk Excel Discussion (Misc queries) 3 July 19th 06 03:19 AM
Calculating slope, intercept, LOGEST with empty cells in data Rich Excel Worksheet Functions 1 November 23rd 05 04:27 AM
Calculating cells TUNGANA KURMA RAJU Excel Discussion (Misc queries) 1 November 2nd 05 01:40 PM


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