Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
ex. IF cell C2 is listed in column F need to state 'True' or 'False'. Here
is what I typed, however, it is not working correctly. Help! =IF(C2=F:F,"true") |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
hi Connie,
try =if(iserror(vlookup(c2,f:f,1,0)),"false","true") hth regards from Brazil Marcelo "connie" escreveu: ex. IF cell C2 is listed in column F need to state 'True' or 'False'. Here is what I typed, however, it is not working correctly. Help! =IF(C2=F:F,"true") |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() connie Wrote: ex. IF cell C2 is listed in column F need to state 'True' or 'False'. Here is what I typed, however, it is not working correctly. Help! =IF(C2=F:F,"true") Try: =IF(Match(c2,F:F,0),"true") Scott -- Maistrye ------------------------------------------------------------------------ Maistrye's Profile: http://www.excelforum.com/member.php...o&userid=36078 View this thread: http://www.excelforum.com/showthread...hreadid=563836 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I had already used the previous answer which worked.... thanks for a quick
response! "Maistrye" wrote: connie Wrote: ex. IF cell C2 is listed in column F need to state 'True' or 'False'. Here is what I typed, however, it is not working correctly. Help! =IF(C2=F:F,"true") Try: =IF(Match(c2,F:F,0),"true") Scott -- Maistrye ------------------------------------------------------------------------ Maistrye's Profile: http://www.excelforum.com/member.php...o&userid=36078 View this thread: http://www.excelforum.com/showthread...hreadid=563836 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
insert date | Excel Worksheet Functions | |||
Last cell of data in a column | Excel Discussion (Misc queries) | |||
Need to Improve Code Copying/Pasting Between Workbooks | Excel Discussion (Misc queries) | |||
Return Count for LAST NonBlank Cell in each Row | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |