ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How do I evaluate A1 from cell A2 and place a value into A3? (https://www.excelbanter.com/excel-discussion-misc-queries/221393-how-do-i-evaluate-a1-cell-a2-place-value-into-a3.html)

RMar10

How do I evaluate A1 from cell A2 and place a value into A3?
 
This is basically what I am trying to do from cell A2;
=IF(A1=1, Cell A3=2, Cell A3=99)

Bob Phillips[_3_]

How do I evaluate A1 from cell A2 and place a value into A3?
 
You can't set a cell from another cell.

Use this in A3

=IF(A1=1,2,99)

--
__________________________________
HTH

Bob

"RMar10" wrote in message
...
This is basically what I am trying to do from cell A2;
=IF(A1=1, Cell A3=2, Cell A3=99)




RMar10

How do I evaluate A1 from cell A2 and place a value into A3?
 
I use that same cell (A3) for the 'Cell Link' in a drop down list. I can't
put a equation in it.


"Bob Phillips" wrote:

You can't set a cell from another cell.

Use this in A3

=IF(A1=1,2,99)

--
__________________________________
HTH

Bob

"RMar10" wrote in message
...
This is basically what I am trying to do from cell A2;
=IF(A1=1, Cell A3=2, Cell A3=99)





Dave Curtis[_2_]

How do I evaluate A1 from cell A2 and place a value into A3?
 
Hi,

If A3 is the cell link for your dropdown list, why do you need to coerce it
to read 99 if A1=1?

Dave


"RMar10" wrote:

I use that same cell (A3) for the 'Cell Link' in a drop down list. I can't
put a equation in it.


"Bob Phillips" wrote:

You can't set a cell from another cell.

Use this in A3

=IF(A1=1,2,99)

--
__________________________________
HTH

Bob

"RMar10" wrote in message
...
This is basically what I am trying to do from cell A2;
=IF(A1=1, Cell A3=2, Cell A3=99)





RMar10

How do I evaluate A1 from cell A2 and place a value into A3?
 
If another condition exists, I need to override what was manually selected
from the dropdown list.

"Dave Curtis" wrote:

Hi,

If A3 is the cell link for your dropdown list, why do you need to coerce it
to read 99 if A1=1?

Dave


"RMar10" wrote:

I use that same cell (A3) for the 'Cell Link' in a drop down list. I can't
put a equation in it.


"Bob Phillips" wrote:

You can't set a cell from another cell.

Use this in A3

=IF(A1=1,2,99)

--
__________________________________
HTH

Bob

"RMar10" wrote in message
...
This is basically what I am trying to do from cell A2;
=IF(A1=1, Cell A3=2, Cell A3=99)




Niek Otten

How do I evaluate A1 from cell A2 and place a value into A3?
 
Always do that in a separate cell and use that cell for further processing.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"RMar10" wrote in message
...
If another condition exists, I need to override what was manually selected
from the dropdown list.

"Dave Curtis" wrote:

Hi,

If A3 is the cell link for your dropdown list, why do you need to coerce
it
to read 99 if A1=1?

Dave


"RMar10" wrote:

I use that same cell (A3) for the 'Cell Link' in a drop down list. I
can't
put a equation in it.


"Bob Phillips" wrote:

You can't set a cell from another cell.

Use this in A3

=IF(A1=1,2,99)

--
__________________________________
HTH

Bob

"RMar10" wrote in message
...
This is basically what I am trying to do from cell A2;
=IF(A1=1, Cell A3=2, Cell A3=99)






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

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