Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have an array from B1:K16 that you manually type in text. I want a formula
in each cell down below that array that is the same size and shape that returns "false" when there is not a match anywhere in the array and "True" when a match is found. i.e. Data Array---B1=Tim C1=Bob D1=Sue B2=Dan C2=Earl D2=Don B3=Joe B3=Jan D3=Frank I would need the formula array to look like: B4 would need the formula corresponding to B1 and C4 to C1, etc.... In reality B4 wouldn't need a formula because this would be done sequentially B1 would have data inserted in it first and then C1, D1, B2, C2, D2, etc... The formula only needs to look back at cells that have data already inserted in them, i.e the formula in D5 would need to look back to B1:C2 Formula Array----B4=False C4=False D4=False B5=False C5=False D5=False B6=False C6=False D6=False I know this is convuluted and I am sure their is a more concise way of expressing this, sorry!! If it helps this is for a draft and I just want to ensure that the same player doesn't get drafted more than once. Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Prevent cell/array references from changing when altering/moving thecell/array | Excel Discussion (Misc queries) | |||
Duplicated cell | Excel Discussion (Misc queries) | |||
can a cell value to be duplicated to another cell during data entr | Excel Worksheet Functions | |||
When copying a cell to another cell the information is duplicated. | Excel Worksheet Functions | |||
Making Array Formula, please assist! | Excel Worksheet Functions |