Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How do you Sum the range of two lookup values?


This is my lookup function.
=LOOKUP("Next Accrual",A5:A25,C5:C25)
I need a formula that will add the range from C5 to the point where this
lookup function is satisfied.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default How do you Sum the range of two lookup values?

Hi
try:
=SUM(OFFSET($C$5,0,0,MATCH("Next Accrual",A5:A25,0)))

--
Regards
Frank Kabel
Frankfurt, Germany


Sum the range of two lookup values? wrote:
This is my lookup function.
=LOOKUP("Next Accrual",A5:A25,C5:C25)
I need a formula that will add the range from C5 to the point where
this lookup function is satisfied.

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
Lookup value that falls between two values in a range and then som Richard Radcliffe Excel Worksheet Functions 2 April 20th 10 10:20 PM
Lookup through a Range of Values in different cells EMarre Excel Discussion (Misc queries) 5 May 22nd 09 12:36 AM
Lookup and return range of values Jose Mourinho Excel Worksheet Functions 3 March 4th 09 11:49 PM
Lookup within a range of values M. A. Halbin Excel Discussion (Misc queries) 1 December 5th 08 03:30 AM
How do I use LOOKUP to return a range of values, then SUM values? irvine79 Excel Worksheet Functions 5 August 4th 06 01:33 PM


All times are GMT +1. The time now is 03:04 AM.

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"