ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Formula (https://www.excelbanter.com/excel-worksheet-functions/174324-formula.html)

queenie

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

Gord Dibben

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)????



queenie

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)????





All times are GMT +1. The time now is 04:26 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com