Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to use the CELL function to obtain the value of 'the cell transpose'.
To take an example in cell B3 I had the formula:- =IF(CELL("contents",C2)=1,0,1) which looks at the contents of cell C2 and puts in B3 the 'opposite' of cell C2 contents. To get the correct results over one half of a matrix, you can not drag the formula, so I substituted the cell reference as below. =IF(CELL("contents",CHAR(64+ROW())&COLUMN())=1,0,1 ) This works on its own, but not in the CELL function. It just returns an error on trying to leave the cell. How do I get it to work? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Maybe this........ =IF(CELL("contents",$C2)=1,0,1) Vaya con Dios, Chuck, CABGx3 "Alex C" wrote: I want to use the CELL function to obtain the value of 'the cell transpose'. To take an example in cell B3 I had the formula:- =IF(CELL("contents",C2)=1,0,1) which looks at the contents of cell C2 and puts in B3 the 'opposite' of cell C2 contents. To get the correct results over one half of a matrix, you can not drag the formula, so I substituted the cell reference as below. =IF(CELL("contents",CHAR(64+ROW())&COLUMN())=1,0,1 ) This works on its own, but not in the CELL function. It just returns an error on trying to leave the cell. How do I get it to work? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Custom functions calculating time arguments Help Desperate | Excel Worksheet Functions | |||
Dynamically-linked formula, cell reference in the string | Excel Worksheet Functions | |||
copied formula has correct cell reference, but result of original | Excel Worksheet Functions | |||
Reference to One Cell stays the same in Different Formula | Excel Discussion (Misc queries) | |||
GET.CELL | Excel Worksheet Functions |