Use cell color or text font as part of index/match formula?

mwtinec

New Member
Joined
Aug 21, 2013
Messages
18
Hi guys, I've got a real conundrum on my hands and I'm hoping some of you really smart excel aficionados can help me.

User Goal
I have many rows of project data that I'm using for capacity planning that looks something like the table below (this is a much simpler version). I'll be providing access to this sheet on a shared network to others that I want to update with their staff allocations. The key to their willing participation is that I make this as simple and user proof as possible while still generating some value information.The conclusion I've come to is the end users needs to only worry about entering the percent staff allocation under the dates in the Dates section. This information will be used to populate the table information to the right. In fact, I'll likely hide most of the table data from their view (for safe keeping). So here's my data and question. Have at it!


ABCDEFGHIJKLM
1ProjectScope StartScope EndRqts StartRqts End9/29/99/169/239/3010/710/1410/21
2PRJ 1????75%75%75%75%75%75%
3PRJ 1????75%75%75%75%
4Total n/an/an/an/a150%150%75%75%150%75%75%

<tbody>
</tbody>

The bold percents (F2:M3) are associated with the Scope Dates (B2:C3) and the unblold percents with the Rqts Dates (D2:E3).

Formula Goal
How can I have formulas that:
1. finds the date (F1:M1) for the first occurrence of bold 75%
2. finds the date (F1:M1) for the last occurrence of bold 75%
3. finds the date (F1:M1) for the first occurrence of unbold 75%
4. finds the date (F1:M1) for the last occurrence of unbold 75%

Note that the example above uses bolding to illustrate the difference between Scope and Rqts percents. In my actual sheet I use fill color. I'm open to anything that allows me to:
1. Pull the correct start and end dates.
2. Allows me to sum up the percents vertically when I filter on staff name (hidden in this example).
3. I'm quite proficient with excel formulas but have no experience with VBA. If the solution is VBA then please be excruciatingly precise in your instructions.

Thanks everyone in advance for your help. Much Appreciated.

Matt
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
I've figured out how to sum vertically when the cell contains numbers and text. I'm using this formula in A4:

=SUMPRODUCT(LEFT(0&A2:A100&" ";FIND(" ";0&A2:A100&" ")-1)+0)

A
19/2/13
2.75 Scope
3.75 Scope
41.5

<tbody>
</tbody>


So, if this helps the solution I'm looking for above then please bake it in. Obviously, I'd rather not have to couple a text based identifier with the numerical data but I could live with it
 
Upvote 0

Forum statistics

Threads
1,215,261
Messages
6,123,943
Members
449,134
Latest member
NickWBA

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top