Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Spaz South Africa
 
Posts: n/a
Default Excel lookup and calculation

Hi
I want to look in a specific row a date that corresponds with a date that I
enter and then must calculate the total sum in that column. Please help
urgent.

  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

A couple of ways, assume your table is called MyTable

=SUM(INDEX(MyTable,2,MATCH(A1,INDEX(MyTable,1,),0) ):INDEX(MyTable,COUNT(INDE
X(MyTable,,MATCH(A1,INDEX(MyTable,1,),0))),MATCH(A 1,INDEX(MyTable,1,),0)))

or


=SUM(OFFSET(MyTable,1,MATCH(A1,INDEX(MyTable,1,),0 )-1,COUNT(INDEX(MyTable,,M
ATCH(A1,INDEX(MyTable,1,),0)))-1,))



--

Regards,

Peo Sjoblom




"Spaz South Africa" <Spaz South wrote in
message ...
Hi
I want to look in a specific row a date that corresponds with a date that

I
enter and then must calculate the total sum in that column. Please help
urgent.



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
Troubel with compression of a very large Excel file Thorsten Pollmeier Excel Discussion (Misc queries) 3 January 15th 08 01:15 PM
Lookup Functions Sharon Excel Worksheet Functions 6 February 20th 05 05:04 AM


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