> OK. I have 4 colums in my table on sheet 2.
> In the cell on sheet 1 I want to look at Sheet 2, Column 1 and (if it
[quoted text clipped - 23 lines]
>
> Does that make sense, and if so, how can I make it happen?
I appologise, I got my row and column identifiers reversed.
Your plan DID work, thank you.
Is there anyway I can doe the whole operation in a singe cell?
Just for my own curiosity.
- Thank you!
> Create column 5 in sheet one with the formula
>
[quoted text clipped - 35 lines]
> >
> > Does that make sense, and if so, how can I make it happen?
T. Valko - 27 Mar 2008 23:47 GMT
Try this:
=SUMPRODUCT((A1:A4<>"")*B1:D4)/COUNTA(A1:A4)

Signature
Biff
Microsoft Excel MVP
>I appologise, I got my row and column identifiers reversed.
> Your plan DID work, thank you.
[quoted text clipped - 42 lines]
>> >
>> > Does that make sense, and if so, how can I make it happen?
akphidelt - 27 Mar 2008 23:56 GMT
hahaha, there are things you can do... but some are more complicated then
just doing it the way you have it now. But here is a fairly complicated
formula that would do what you are asking for with the data you presented
=SUM(IF(LEN(A1:A4)>0,B1:D4))/SUM(IF(LEN(A1:A4)>0,1,0))
If you put the formula in to a cell...
You HAVE to enter it by Holding down CTRL+SHIFT+ENTER
Otherwise you will get an error.
Let me know if that works.
> I appologise, I got my row and column identifiers reversed.
> Your plan DID work, thank you.
[quoted text clipped - 42 lines]
> > >
> > > Does that make sense, and if so, how can I make it happen?
Gregory Day - 28 Mar 2008 00:06 GMT
LOL. You win. My Brain just exploded.
I'll spend the rest of the year breaking that up and reverse enginerring it
to wrap my head around it. ROFL.
> hahaha, there are things you can do... but some are more complicated then
> just doing it the way you have it now. But here is a fairly complicated
[quoted text clipped - 55 lines]
> > > >
> > > > Does that make sense, and if so, how can I make it happen?
akphidelt - 28 Mar 2008 00:26 GMT
haha, yea that was quite a mess. If you look at T Valko's equation, that is a
much more user friendly equation that is much more reliable then mine, haha.
Good luck!
> LOL. You win. My Brain just exploded.
>
[quoted text clipped - 60 lines]
> > > > >
> > > > > Does that make sense, and if so, how can I make it happen?