How to sum values in Col B between two different text strings in Col A?
Thank you!
How to sum values in Col B between two different text strings in Col A?
Thank you!
if you mean something like...sum between "start" and "finish", no, sumif() doesnt work that way.
as an example, would "nearly" be before "start", after "start, before "finish" or after "finish"?
you would need to somehow convert your text strings to a value for that
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
What if I "start" and "finish" are always just that ... just the number of rows between will vary?
Thanks .....
You can use a formula like this
=SUM(INDEX(B:B,MATCH("Start",A:A,0)):INDEX(B:B,MATCH("Finish",A:A,0)))
Audere est facere
Got it now, thank yoy
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks