Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
i can't figure the logic to this statement
IF A2 EXISTS IN K2:K155 THEN "80100" ELSE FALSE how would i write that in excel? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(COUNTIF(K2:K155,A2)0,80100)
-- Regards, Dave "samuel" wrote: i can't figure the logic to this statement IF A2 EXISTS IN K2:K155 THEN "80100" ELSE FALSE how would i write that in excel? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
that's it. thanks.
"David Billigmeier" wrote: =IF(COUNTIF(K2:K155,A2)0,80100) -- Regards, Dave "samuel" wrote: i can't figure the logic to this statement IF A2 EXISTS IN K2:K155 THEN "80100" ELSE FALSE how would i write that in excel? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Stock data manipulation | Excel Worksheet Functions | |||
Column picked randomly with probability relative to number of entr | Excel Worksheet Functions | |||
Find Numeric Criterion in Column & Return the Numeric Value from Row above | Excel Worksheet Functions | |||
Need to Improve Code Copying/Pasting Between Workbooks | Excel Discussion (Misc queries) | |||
creating a bar graph | Excel Discussion (Misc queries) |