I'm stuck with which formula to use.

Jeep326

New Member
Joined
Jan 11, 2008
Messages
1
I must be out of practice cause I'm stuck on this. Its all in the same workbook.

Worksheet #1
In A1 I have a payment schedule #
In B1 I want the payment amount associated with the payment schedule listed in A1.

etc, etc, theres over 300 rows with 11 different payment schedules.


Worskeet #2

In A1 I have the payment schedule #
in A2 I have the payment amount

etc, etc. Theres 11 different payment schedules.

How do I make it work automatically so if I change a payment schedule in worksheet 1, it picks up the correct amount from worksheet 2?

I know I'm going to kick myself when I see the answer. Thank you very much.
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
In B1 sheet1 and copy down:
Code:
=INDEX(Sheet2!$A$1:$A$100,MATCH(A1,Sheet2!$A$1:$A$100,0)+1,1)
 
Upvote 0
Hi, Jeep

Maybe more of the pattern needs to be described on worksheet 1?

The first payment is A1:A2. Where is the next? Is it across rows 1:2 ending at K1:K2,
or down column A in pairs of cells,
or something else?

regards
 
Upvote 0

Forum statistics

Threads
1,213,536
Messages
6,114,207
Members
448,554
Latest member
Gleisner2

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