List of Names

wvguy

New Member
Joined
Jul 25, 2011
Messages
6
I am trying to get a list of names.

I would like it to look in each row from 3 to 2500 and If there is an amount listed in the Y column of that row return the names in D and E (Doe, John) of the same row

Row's 3 thru 2500

Thanks for any Help
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
can u provide the data structure please


I'm not sure what you are asking for exactly..

I have 4 sheets. I want to bring a list of names meeting the criteria from above from Sheet2 to sheet1. sorry if this isn't what you are looking for
 
Upvote 0
maybe something like that ?
=IF(ISNUMBER(Sheet1!Y2),Sheet1!D2&"-"&Sheet1!E2,"")

but I am sure it is more complicated .
 
Upvote 0
maybe something like that ?
=IF(ISNUMBER(Sheet1!Y2),Sheet1!D2&"-"&Sheet1!E2,"")

but I am sure it is more complicated .

It worked for the one row but when I try to put a range in it like this

Sheet1!Y3:Y2500

It doesn't work.

Thanks for the replies I think we are on the right track
 
Upvote 0
You have to copy the formula down the required number of rows, not try and return them all in one cell.
 
Upvote 0
i think very easy,but i don't Understand you meaning

input you data
for example:
Y3=?
Y4=?
D3=
D4=
E3=
E4=
 
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,277
Members
452,902
Latest member
Knuddeluff

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