ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   function needed (https://www.excelbanter.com/excel-worksheet-functions/227135-function-needed.html)

JJ

function needed
 
I have 2 columns, if i change cell_1 in column_1, my cell_2 is going to
change the text from "T" to "A".

how can i do this?

PJFry

function needed
 
Can you provide any more information?

When you say cell_1 and column_1 do you mean Column A, Row 1 on the Excel
grid?

What kind of change will trigger the next cell to change from T to A? Spell
out a few scenarios for us.
--
Regards,

PJ
Please rate this post using the vote buttons if it was helpful.



"JJ" wrote:

I have 2 columns, if i change cell_1 in column_1, my cell_2 is going to
change the text from "T" to "A".

how can i do this?


Gord Dibben

function needed
 
Change from what to what?

Or just a change?

A1 contains the word "hoohah"

In A2 enter =IF(A1="hoohah","T","A")

Or did you have something more generic in mind?

On any change at all you would need event code to update A2 rather than
having a fixed formula as above.

Post back if that's the case.

BTW..............Excel syntax for cell references is Column/Row

A1, A2, B1 etc.

Get used to using that syntax rather than Cell_1 or Cell_2


Gord Dibben MS Excel MVP


On Wed, 8 Apr 2009 16:02:01 -0700, JJ wrote:

I have 2 columns, if i change cell_1 in column_1, my cell_2 is going to
change the text from "T" to "A".

how can i do this?




All times are GMT +1. The time now is 01:15 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com