Help with friend's spreadsheet for work

itzzjason

New Member
Joined
Dec 8, 2016
Messages
23
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
ABCDEFGHIJKLM
1Full time (100%)Full time (100%)Full time (100%)3/4 time (75%)3/4 time (75%)3/4 time (75%)1/2 time (50%)1/2 time (50%)1/2 time (50%)<1/2 time (<50%)
<1/2 time (<50%)
<1/2 time (<50%)
2RangeFull year1st half2nd halfFull year1st half2nd halfFull year1st half2nd halfFull year1st half2nd half
30-070003400360023132478924264572143435454214242427124274
41-100650032003300.............................
5101-200654729414174...........................
6201-30098732323432465...........................
7301-400....................................
8401-500.....................................
9501-600....................................
.........
(goes down to 1 million)

My friend wants an easier way to look at this chart.

He's provided a number, percentage, and what part of the year. He would then look which range (column A) the number falls under, and cross reference with the percentage and part of the year.

For example, he's given 153, 100%, 2nd half. Then he would use cell D5 ($4174).

Is there a formula to do that for him?

I was thinking he can add somewhere to the right of the chart, "Percentage" " Part of the year" "Number", and he can input those himself. The cell underneath will contain a formula to look up the corresponding cell.

Should he split the Range column into 2 columns, Range min and Range max?
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
Here's one quickly thrown together way:

Book1
ABCDEFGHIJKLMNOP
1Full time (100%)Full time (100%)Full time (100%)3/4 time (75%)3/4 time (75%)3/4 time (75%)1/2 time (50%)1/2 time (50%)1/2 time (50%)<1/2 time (<50%)<1/2 time (<50%)<1/2 time (<50%)
2RangeFull year1st half2nd halfFull year1st half2nd halfFull year1st half2nd halfFull year1st half2nd half153
30070003400360023132478924264572143435454214242427124274<1/2 time
41100650032003300..................50........Full year
5101200654729414174...10...777......60......60
620130098732323432465...20...888......70......
7301400............30...999......80......
8401500............40............90.......
9501600............50............100......
Sheet1
Cell Formulas
RangeFormula
P5P5=INDEX(C3:N9,MATCH(P2,A3:A9),MMULT((P3=LEFT(C1:N1,LEN(P3)))*(P4=C2:N2),ROW(1:12)))


Could replace the MMULT process with SEQUENCE as part of the calculation since friend is running 365.
 
Upvote 0
Solution

Forum statistics

Threads
1,215,032
Messages
6,122,772
Members
449,095
Latest member
m_smith_solihull

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