#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
rajubabuno1
 
Posts: n/a
Default Big Sumif


Hey all,

Basically I am trying to work out a sum. I have a grid with distances
between cities, and I want to sum the ones I indicate by making bold.
Any ideas?

Thanks in advance

Raju


--
rajubabuno1
------------------------------------------------------------------------
rajubabuno1's Profile: http://www.excelforum.com/member.php...o&userid=33873
View this thread: http://www.excelforum.com/showthread...hreadid=536520

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK
 
Posts: n/a
Default Big Sumif

No formula would be able to detect the fact that you have emboldened a
cell, so you would have to develop a macro to do it that way.
Alternatively, you could devise some other way of indicating which
cities you want to be included - for example, in cells A1 to A10 you
could have several pull-downs using the list of cities as another way
of indicating your choices.

Hope this helps.

Pete

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default Big Sumif

to avoid any programming you could add another column to input "X" into
as an indicator of your choice, using if statements afterwards

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
rajubabuno1
 
Posts: n/a
Default Big Sumif


I think I need to explain something:

I have 12 cities, and I'm planning a route between them. As a student
of math, I know how to find the shortest distant - I just want to say
if I start A then go to C D G H, how far will I travel.

Thanks a lot


Raju


--
rajubabuno1
------------------------------------------------------------------------
rajubabuno1's Profile: http://www.excelforum.com/member.php...o&userid=33873
View this thread: http://www.excelforum.com/showthread...hreadid=536520

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK
 
Posts: n/a
Default Big Sumif

I presume you have a table of the distances between each city, A to L
across and L to A down giving you a triangular grid.

You can use the MATCH( ) function to determine which column your
starting city is in and embed this within an INDEX( ) function to
obtain the mileage at the intersection of the row where your second
city is. The second city is then the starting city for the second
journey to the third city, so you can easily build up a composite
journey this way, and then just total the mileages.

You would need to specify the cities, and I suggested having validated
pull-downs using the list of cities you already have.

Hope this helps.

Pete

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
How to use SUMIF to return sums between two values located in cells ScottBerger Excel Worksheet Functions 2 April 23rd 23 09:05 PM
Sumif of Sumif perhaps? Fred Excel Discussion (Misc queries) 2 March 29th 06 05:39 PM
SUMIF Ferg Excel Worksheet Functions 3 February 28th 06 03:37 AM
Embedding a Sumif in a sumif C.Pflugrath Excel Worksheet Functions 5 August 31st 05 07:31 PM
SUMIF with Mutiple Ranges & Criteria PokerZan Excel Discussion (Misc queries) 5 August 4th 05 10:31 PM


All times are GMT +1. The time now is 07:59 AM.

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"