Formula Help

baggarwal

Well-known Member
Joined
Jul 10, 2002
Messages
591
Hi All:

I have a simple database below. The user has to input PO or NO PO in column D. In column E I need a formula that will put in the sequence. So if the user change the No PO to PO then the sequence needs to be updated based on the order.

Then I need a formula to pull in data from column A based on the key in column E The formula in the current column is not working. Can someone please help.
Book1.xls
ABCDE
4ProgramTacticsActualsPOstatusKey
5Advertisementssalesgrowth500PO1
6JournalAdssalesgrowth600NOPO0
7Consultingsalesgrowth300PO2
8Samplessalesgrowth200PO3
9journalssalesgrowth600NOPO0
10
11
12DesiredCurrentFormula
13Advertisements#N/A
14Consulting
15Samples
Sheet1
 

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.
Can someone please tell me a formula I can use to get the 'key' working. I just need help in making it dynamic based on the user input.
 
Upvote 0
Interesting, it works for me. Let's take the formula 1 piece at a time. What is your result when you plug the following formula into cell B13?

=MATCH(1,$E$4:$E$9,0)

I'm getting a result of 2.
 
Upvote 0

Forum statistics

Threads
1,213,490
Messages
6,113,956
Members
448,535
Latest member
alrossman

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