Email address obfuscation in effect -- please
click here to turn it off.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
- To: "MLUG Off-Topic Discussion" <EMAIL:PROTECTED>
- Subject: Re: [MLUG - DISCUSSION] Excel tricks
- From: "Jonathan King" <EMAIL:PROTECTED>
- Date: Thu, 8 Nov 2007 14:12:31 -0500
- Delivery-date: Thu, 08 Nov 2007 13:12:41 -0600
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=MvDZdP41lawnByU6AkIEdtedFkUQOGLzJjOs7sTIzrk=; b=Eacw29ZuZp7OukArrkacYbCtLKeiNSm4vbxqKG7uDRkjAI3r3hV9/xBjR50hMZTUVMQsLSFuLqd2lfMgDy4iCCoBeanvmhchHIKbN047k834LE9+EP162v04BzYPBxUayT/qSGmQeihboCj7Mr8yiurzElRWc0GqfzqU0yg7aSo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=o4wDDxG/cu1iD5RvN337DlrG48F7Gz9p+ddxkuA5McOgPptA1r09aarnTuqJUBGZw7mxUpjUD2iKgA/qij4zM1GRplBZROF/dt1M0tkEphueokNcg07tHiH2KK36vTQ1AzVgx7Hps1ok/jTI6jwjPKsrEOR7Ote0jO48LpZETSE=
- Envelope-to: EMAIL:PROTECTED
- In-reply-to: <EMAIL:PROTECTED>
- References: <EMAIL:PROTECTED>
- Reply-to: MLUG Off-Topic Discussion <EMAIL:PROTECTED>
- Sender: EMAIL:PROTECTED
On 11/8/07, Mike Miller <EMAIL:PROTECTED> wrote:
> I want to do this in Microsoft Excel but I'll also want to do it in Calc
> (Open Office), so feel free to tell me the answer in Calc terms, if you
> happen to know the answer and are willing to share.
>
> I want to use a value in a cell to determine a range for a function. I
> thought I used to do this in Lotus 1-2-3 20 years ago, but I'm not sure.
> So I think it is doable. For example, I might want to sum the values in
> column B from row 1 to row 'X' where X equals the value in cell A1. Any
> ideas?
Lord help me; I know the answer to this question. I have too
thoroughly mocked that which I have become. The answer is in the handy
"indirect" function. So let's assume a1 has the ending row number, b
is the row to sum (from b1) and c1 is where you want the formula to
pop up. Then what you want in c1 is:
=sum(indirect("b1:b"&a1))
There are probably other ways to do this as well.
jking
_______________________________________________
discussion mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/discussion