> Sorry, but I was not able to get it to work. Please explain the comment
> about array entering using Cntrl-Shift-Enter.
[quoted text clipped - 40 lines]
>> > >
>> > > Tom
Thanks Bernie. I believe I did as you stated. I tried experimenting with
the position of the numbers in row 2. The result of the function shows
either $A$2 or $IV$2. When I go to Insert, Function and I look at the
template box ... I see the result is correct- it shows the location of the
cell where the data begins. Why would it only show correctly there, but not
as a result in the cell?
I'm sorry to ask another question here, but is there a function I can use to
find the contents of the first populated cell in that row?
Thanks!
Tom
> Tom,
>
[quoted text clipped - 56 lines]
> >> > >
> >> > > Tom
Bernie Deitrick - 15 Jun 2007 13:27 GMT
Tom,
If your row is entirely blank, the first function will return $IV$2, and the second one will return
a #VALUE! error.
But I don't know why you are getting the results that you show. Are the cells truly blank, or do
they have formulas in them?
Try selecting the entire row, pressing Delete, then typing something into one cell of that row.
Both formulas should return the same address.
Contact me a deitbe at consumer dot org and I will send you a working example, or email me a copy of
your workbook and I will take a look at it.
HTH,
Bernie
MS Excel MVP
> Thanks Bernie. I believe I did as you stated. I tried experimenting with
> the position of the numbers in row 2. The result of the function shows
[quoted text clipped - 70 lines]
>> >> > >
>> >> > > Tom
Support Request - 29 May 2008 17:20 GMT
Hi
I am trying on a worksheet where I need to do the following:
first, at the end of the worksheet entries, display the sum of each category and this should be automated:
example:
if column XYZ contains - a,a,b,c,d,a,b,c,d
expected result should be:
Total: a - 3
b - 2
c - 2
d - 2
Second, automatically calculate the entries in a column with number, which are not continuous
example:
if column 123 contains - 1,2, ,3, , , 4, 1
Expected result should be:
Total: 11
I need to automate the above two and for this, I need to identify the first and last rows in the sheet to use in the formula.
Any help is appreciated.