Average, V or H lookup, match, percentage crazy formula help needed

sycodiz

New Member
Joined
Jun 15, 2008
Messages
27
Wondering if someone out there can help me with a crazy formula needed.

What I am trying to do:
In J, Find the audit date in A2 within c1, d1, e1, etc.
Starting with that found amount, has the amounts after steadily increased?
What percentage over the average inventory has the store increased in inventory since audit?
So row 2 I want the Increase column J to know starting at column D (since the audit date matched in C) what was the increase average each month after the audit?
In K, I would like to know what is increase % from the average inventory balance (column i) over the audit date (random column)

Any help would be greatly appreciated!


ABCDEFGHIJK
1Audit dateMo.Nov 17 Dec 17 Jan 18 Feb 18 Mar 18 Apr 18 Average Inventory BalanceIncrease?Increase %
211/27/2017Nov 17 90,828.71 96,677.39 99,356.74 97,436.88 106,381.39 105,779.63 101,126.41
312/20/2017Dec 17 88,108.74 72,260.83 76,499.91 75,206.23 74,354.31 70,069.97 73,678.25
411/2/2017Nov 17 67,612.36 61,424.47 65,234.93 65,621.47 71,842.71 81,129.74 69,050.66
512/5/2017Dec 17 134,051.16 137,509.69 136,774.92 136,089.10 143,397.25 157,493.94 142,252.98
612/13/2017Dec 17 98,925.82 99,772.25 101,824.30 117,076.87 110,627.95 117,940.16 109,448.31

<tbody>
</tbody><colgroup><col span="2"><col><col><col><col><col><col><col><col><col></colgroup>
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
I'm not entirely clear on what you want, but try these formulas:

J2: =EXP(LN(K2+1)/(COLUMNS(C2:H2)-MATCH(A2,C$1:H$1)))-1

K2: =I2/HLOOKUP(A2,C$1:H2,ROW())-1

I'm assuming that C1:H1 are real Excel dates, set to the first of the month and formatted with the month/year.
 
Upvote 0

Forum statistics

Threads
1,214,982
Messages
6,122,575
Members
449,089
Latest member
Motoracer88

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