#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Formula

need a formula if email address = same email address in diffreent column get
the name (which is next to email address column)????
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Formula

=IF(E1=OFFSET(E1,0,1),OFFSET(E1,0,1),"no match")

Assuming columns are E and F

E and H would be

=IF(E1=OFFSET(E1,0,3),OFFSET(E1,0,3),"no match")



Gord Dibben MS Excel MVP


On Thu, 24 Jan 2008 11:34:00 -0800, queenie
wrote:

need a formula if email address = same email address in diffreent column get
the name (which is next to email address column)????


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Formula

not sure i understand i have col a (email address ) column b (name)

Column C differnet rows than col a & B need name from column B if C = True

Does that make sense

"Gord Dibben" wrote:

=IF(E1=OFFSET(E1,0,1),OFFSET(E1,0,1),"no match")

Assuming columns are E and F

E and H would be

=IF(E1=OFFSET(E1,0,3),OFFSET(E1,0,3),"no match")



Gord Dibben MS Excel MVP


On Thu, 24 Jan 2008 11:34:00 -0800, queenie
wrote:

need a formula if email address = same email address in diffreent column get
the name (which is next to email address column)????



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 03:29 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"