Create Trouble Report

CHC Consulting LLC

Active Member
Joined
Aug 14, 2008
Messages
346
Sheet 1 = Main Data
Sheet 2 = Trouble Sheet

In A2 of "Trouble Sheet", if cell AB3 of "Main Data" equals yes than C3 of "Main Data".

In A3 of "Trouble Sheet", Return the number in column C of the next record that is "YES" in column "AB".

I also want to bring over other fields and was planning on using VLookup for that?

Any Suggestions?
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
first question, answer In A2 of Trouble sheet
Code:
=IF(Main Data!AB3="Yes",Main Data!C3,"")
 
Upvote 0
I might not be understanding the other parts correctly, but I think you will only do them with VBA.
What triggers the next record in Column "C" ?
AND
What other fields.
A small sample of data and what you want to achieve would be helpful.
Have a look at the 2nd line of my tag to download a copy of HTML Maker for Excel, which will let you post sample data.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,587
Messages
6,179,740
Members
452,940
Latest member
rootytrip

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