| View previous topic :: View next topic |
| Author |
Message |
NiceGuy88 General User

Joined: 05 May 2012 Posts: 7
|
Posted: Sun May 06, 2012 5:19 am Post subject: Lookup info? |
|
|
If I have ID numbers in column A and email Addresses in column B. Whats the code to show me all the ID numbers who HAVE entered an email and copy them into Column C(for example)
Thanks  |
|
| Back to top |
|
 |
Villeroy Super User


Joined: 04 Oct 2004 Posts: 10065 Location: Germany
|
Posted: Sun May 06, 2012 5:51 am Post subject: |
|
|
Come on. This has been answered several hundreds of times on this forum alone. You may also refer to any Excel resource of the past 20 years. This is always the same set of functions in all spreadsheets apps and of course this is not easy to do because no spreadsheet application can substitute a database application when it comes to ID numbers pointing to a table record. This never worked reliably in spreadsheets. _________________ Rest in peace, oooforum.org
Get help on http://forum.openoffice.org |
|
| Back to top |
|
 |
NiceGuy88 General User

Joined: 05 May 2012 Posts: 7
|
Posted: Sun May 06, 2012 5:57 am Post subject: |
|
|
There must be a simple formula???
=IFTEXT maybe?
but im useless with codes and dont get me started on macro's! lol
Ive seen a number equivalent :-
=IF(ISNUMBER(A1);B1;"") (I think)
But couldnt get it to work right.
Can i just do this with text, find "@" as a value or somthing? |
|
| Back to top |
|
 |
Villeroy Super User


Joined: 04 Oct 2004 Posts: 10065 Location: Germany
|
Posted: Sun May 06, 2012 6:15 am Post subject: |
|
|
MATCH, VLOOKUP, HLOOKUP but not LOOKUP. _________________ Rest in peace, oooforum.org
Get help on http://forum.openoffice.org |
|
| Back to top |
|
 |
ken johnson Super User

Joined: 23 Apr 2009 Posts: 1849 Location: Sydney, Australia
|
Posted: Sun May 06, 2012 7:33 am Post subject: |
|
|
| NiceGuy88 wrote: | | There must be a simple formula??? |
The formula is not that simple.
Attached doc (Who Has Email.ods) shows array formula in column C, and in column E a standard formula that refers to helper column D.
http://www.mediafire.com/view/?1ud9zjd0soon51i
Standard filter would be an easier solution.
Ken Johnson _________________ If your problem has been solved please add "[Solved]" to the beginning of your first post title (edit button). |
|
| Back to top |
|
 |
|