Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello. I'm trying to create a Function based on the cell values within a
range to create a flag (1 - on or 0 - off) in another. The problem is the same value when it repeats has to have a different flag value. For example Range-x Range--y Key ----- 1 Hello ------- 1 Bye -------- 1 Key -------- 0 Yes -------- 0 No --------- 0 Key -------- 1 This -------- 1 That -------- 1 Key -------- 0 Fix -------- 0 So the flag needs to alternate designation off of a particular value when it appears in the range and alternate in groups. When it first appears, everything underneath it is a "1". When it appears again as a trigger, everything underneath it is a "0" until it appears again, and so on. I hope this makes sense. Any help here would be greatly appreciated. Thanks Dan *** Sent via Developersdex http://www.developersdex.com *** |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Creating .txt files based on cell contents | Excel Discussion (Misc queries) | |||
Creating reports based on data in a cell | Excel Worksheet Functions | |||
Creating a conditional format for a cell based on another cell's v | Excel Discussion (Misc queries) | |||
need help creating formula based on cell value | Excel Discussion (Misc queries) | |||
Creating a worksheet with values based on a control cell | Excel Programming |