Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Column A, - Unique Username Column B, - 1/0 depending on outcome of Forumla Sheet 2 has a another list of Unique Usernames. I need the formula which takes the "text" from Column A. Checks if it appears in !Sheet2B:B and return a 1 if it is there, and if not a 0 Thanks you -- samprince ------------------------------------------------------------------------ samprince's Profile: http://www.excelforum.com/member.php...o&userid=34168 View this thread: http://www.excelforum.com/showthread...hreadid=568336 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Try, =IF(COUNTIF(Sheet2!$B:$B,Sheet1!A1)0,1,0) Copy down as needed. HTH Steve -- SteveG ------------------------------------------------------------------------ SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571 View this thread: http://www.excelforum.com/showthread...hreadid=568336 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Super thank you for your support -- samprince ------------------------------------------------------------------------ samprince's Profile: http://www.excelforum.com/member.php...o&userid=34168 View this thread: http://www.excelforum.com/showthread...hreadid=568336 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() You're welcome and thanks for the feedback. Cheers, Steve -- SteveG ------------------------------------------------------------------------ SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571 View this thread: http://www.excelforum.com/showthread...hreadid=568336 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
creating a bar graph | Excel Discussion (Misc queries) | |||
Count Position of Filtered TEXT cells in a column | Excel Worksheet Functions | |||
Count Position of Filtered TEXT cells in a column | Excel Worksheet Functions | |||
Putting text in a column based on variable text from another colum | Excel Discussion (Misc queries) |