Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to enter an IF function into an array of cells such that if the
value in a cell is equal to a certain number, in the corresponding cell on another worksheet, the result entered into the function cell is the row number of that cell. Can I do that, and if so, what's the syntax for the row number? My equation is as foillows where $A1 represents the row number of the formula cell. For a placeholder, I've entered a simple series in the A column, and use that, but I'd rather use the row number if there's a way to do it. =IF(flat!A1=255,$A1,0) Thanks! Optiker |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Modify your formula to =IF(flat!A1=255,row(A1),0) and copy it down to the array to return the row number. Regards Govind. CR Optiker wrote: I want to enter an IF function into an array of cells such that if the value in a cell is equal to a certain number, in the corresponding cell on another worksheet, the result entered into the function cell is the row number of that cell. Can I do that, and if so, what's the syntax for the row number? My equation is as foillows where $A1 represents the row number of the formula cell. For a placeholder, I've entered a simple series in the A column, and use that, but I'd rather use the row number if there's a way to do it. =IF(flat!A1=255,$A1,0) Thanks! Optiker |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Fri, 30 Dec 2005 10:37:52 +1100, Govind wrote:
Hi, Modify your formula to =IF(flat!A1=255,row(A1),0) and copy it down to the array to return the row number. Regards Govind. CR Optiker wrote: =IF(flat!A1=255,$A1,0) Govind...thank you very much. Optiker |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
select cell based on a number in another cell | New Users to Excel | |||
number cell increment +1 when dragging down box | Excel Worksheet Functions | |||
number formatted cell | Excel Discussion (Misc queries) | |||
Maximum Number of Cell Formats | Excel Discussion (Misc queries) | |||
Insert value of a cell as a filename | Excel Worksheet Functions |