Indexing formula help

BrianHall

New Member
Joined
Nov 6, 2013
Messages
38
Good morning,


I'm trying to create a formula that will update cell D7 in Tab #1 based upon manually entering data into monthly cell L37 in Tab #2. (In this example, we are using November that would be cell L37 in Tab #2. October would be the prior cell and so on and so forth.)

I would like just to enter the month number in cell H2 in Tab #3 to automatically change the value in cell #D7 OF Tab #1 based upon the current month value in Tab #2.

Tab #1
CD
6 Current Month
7Revenue $ -
Tab #2
KL
Oct-13Nov-13
37Revenue $ 60,784,000 $ 40,197,000
Tab #3
H
2Enter the Current Report Month #11

<COLGROUP><COL style="WIDTH: 48pt" width=64><COL style="WIDTH: 86pt; mso-width-source: userset; mso-width-alt: 4205" width=115><COL style="WIDTH: 143pt; mso-width-source: userset; mso-width-alt: 6985" width=191><COL style="WIDTH: 101pt; mso-width-source: userset; mso-width-alt: 4937" width=135><TBODY>
</TBODY>
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Thinking maybe a hlookup, match and index combine type of formula? I definitately need assistance on this one. Anyone......
 
Upvote 0
Maybe something like this:
This is an array formula and must be entered with CTRL-SHIFT-ENTER.

Excel Workbook
BCDE
5
6Current Month
7Revenue40,197,000
Sheet1



Excel Workbook
ABCDEFGHIJKLMN
35
36Jan-13Feb-13Mar-13Apr-13May-13Jun-13Jul-13Aug-13Sep-13Oct-13Nov-13Dec-13
37Revenue60,784,00040,197,000
38
Sheet2



Excel Workbook
FGHI
1
2Rep. Month11
3
Sheet3
 
Upvote 0
Good afternoon AhoyNC,

Thank you for your assistance. I'm a little lost when you mentioned "This is an array formula and must be entered with CTRL-SHIFT-ENTER.".

Do you mind explaining this to me?

Thank you...
 
Upvote 0
Good afternoon AhoyNC,

When I use the formula above I'm getting a "N/A".

Any assistance would be greatly appriciated.

Thank you again for your help..
 
Last edited:
Upvote 0
Good afternoon again AhoyNC,

I just figured it out. The formula works great.

Thank you again..

Brian
 
Upvote 0
Glad you figured it out. An array formula looks at a series of data values rather than just a single data value. If you just use ENTER to put in the formula it will return an error (or worst some times an incorrect answer).
Thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,216,106
Messages
6,128,863
Members
449,473
Latest member
soumyahalder4

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