Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to tag/identify cells with the same value? When
creating cell values off of cells with the same value, I need a way to distinguish that they are/are not values created from the same cell. Ex. : (A1=10, A2=20, A3=30, A4=20) Cells(1,2)=Cells(2,1) Cells(1,3)=Cells(3,1) Cells(1,4)=Cells(1,1) Cells(1,2)=Cells(4,1) Cells(1,3)=Cells(3,1) Cells(1,4)=Cells(1,1) Both of these produce the same results for cell "B2", although they came from different cells in column A. I do not need to know where they came from. Just that the values are from different cells. Any help is appreciated. Joe |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Identify Text on two cells | Excel Discussion (Misc queries) | |||
formula to identify specific cells | Excel Discussion (Misc queries) | |||
How do I identify blank cells? | New Users to Excel | |||
Identify if a cell is referenced by other cells | Excel Worksheet Functions | |||
how to identify cells containing formulas | Excel Programming |