Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Lars F
 
Posts: n/a
Default Calculate the average using the Lookup function or similar

Hi! I'm using the lookup function to find a specific share price for a
certain date and that works great. However, I would now like to be able to
calculate the average for a certain period, for example a quarter. This would
be approx 65 observations starting at a defined date and ending at another
defined date - everything in columns. My question is now wheter I can qombine
the lookup and average function in order to achieve this? ..or any other way
to do this?

I have tried with
=AVERAGE((LOOKUP(C4,'share price'!$B$3:$B$1007,'share
price'!$C$3:$C$1007)),(LOOKUP(E4,'share price'!$B$3:$B$1007,'share
price'!$C$3:$C$1007)))

But that formula only returns the average of those two numbers found and I
cant put a colon instead of a comma between the "cells looked up" in order to
get the range of numbers - without an error message.

Can anyone give me some help with this one?

Regards,

/Lars
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default Calculate the average using the Lookup function or similar

=AVERAGE(IF(('share price'!$B$3:$B$1007=C4)*('share
price'!$B$3:$B$1007<=E4),'share price'!$C$3:$C$1007))

as an array formula, so commit with Ctrl-Shift-Enter

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Lars F" wrote in message
...
Hi! I'm using the lookup function to find a specific share price for a
certain date and that works great. However, I would now like to be able to
calculate the average for a certain period, for example a quarter. This

would
be approx 65 observations starting at a defined date and ending at another
defined date - everything in columns. My question is now wheter I can

qombine
the lookup and average function in order to achieve this? ..or any other

way
to do this?

I have tried with
=AVERAGE((LOOKUP(C4,'share price'!$B$3:$B$1007,'share
price'!$C$3:$C$1007)),(LOOKUP(E4,'share price'!$B$3:$B$1007,'share
price'!$C$3:$C$1007)))

But that formula only returns the average of those two numbers found and I
cant put a colon instead of a comma between the "cells looked up" in order

to
get the range of numbers - without an error message.

Can anyone give me some help with this one?

Regards,

/Lars



  #3   Report Post  
Posted to microsoft.public.excel.misc
Lars F
 
Posts: n/a
Default Calculate the average using the Lookup function or similar

Works great - thanks!!!

/Lars

"Bob Phillips" wrote:

=AVERAGE(IF(('share price'!$B$3:$B$1007=C4)*('share
price'!$B$3:$B$1007<=E4),'share price'!$C$3:$C$1007))

as an array formula, so commit with Ctrl-Shift-Enter

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Lars F" wrote in message
...
Hi! I'm using the lookup function to find a specific share price for a
certain date and that works great. However, I would now like to be able to
calculate the average for a certain period, for example a quarter. This

would
be approx 65 observations starting at a defined date and ending at another
defined date - everything in columns. My question is now wheter I can

qombine
the lookup and average function in order to achieve this? ..or any other

way
to do this?

I have tried with
=AVERAGE((LOOKUP(C4,'share price'!$B$3:$B$1007,'share
price'!$C$3:$C$1007)),(LOOKUP(E4,'share price'!$B$3:$B$1007,'share
price'!$C$3:$C$1007)))

But that formula only returns the average of those two numbers found and I
cant put a colon instead of a comma between the "cells looked up" in order

to
get the range of numbers - without an error message.

Can anyone give me some help with this one?

Regards,

/Lars




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
The sum and average function view all numbers as zero?? darnocnad Excel Discussion (Misc queries) 3 March 15th 10 04:22 PM
LOOKUP function haroldhagar Excel Worksheet Functions 2 August 6th 05 07:38 PM
Pivot table doing a lookup without using the lookup function? NGASGELI Excel Discussion (Misc queries) 0 August 2nd 05 05:08 AM
Lookup function returning reference, not value Caligula Excel Worksheet Functions 1 May 28th 05 06:35 PM
average function in Excel 2002 Sherry New Users to Excel 13 May 8th 05 01:49 PM


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