Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
How do I create a formula where the value of one cell is dependent on the
value of two other cells? This formula would form part a nested if function. |
#2
![]() |
|||
|
|||
![]()
Hi
You might need an OR or AND formula. You don't say how the cell is dependent on the other cells, though. =IF(OR(A2="Y",A3="Y"),"Y","N") will check if A2 or A3 = "Y" and then return a "Y" if true =IF(AND(A2="Y",A3="Y"),"Y","N") will check if A2 and A3 = "Y" Hope this helps. -- Andy. "Gailwdz" wrote in message ... How do I create a formula where the value of one cell is dependent on the value of two other cells? This formula would form part a nested if function. |
#3
![]() |
|||
|
|||
![]()
I think the and function should do it - thanx Andy.
"Andy B" wrote: Hi You might need an OR or AND formula. You don't say how the cell is dependent on the other cells, though. =IF(OR(A2="Y",A3="Y"),"Y","N") will check if A2 or A3 = "Y" and then return a "Y" if true =IF(AND(A2="Y",A3="Y"),"Y","N") will check if A2 and A3 = "Y" Hope this helps. -- Andy. "Gailwdz" wrote in message ... How do I create a formula where the value of one cell is dependent on the value of two other cells? This formula would form part a nested if function. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Named SUM Formula with relative refernce(s) | Excel Worksheet Functions | |||
Frequency formula | Excel Worksheet Functions | |||
Multiple Condition Sumif Formula | Excel Worksheet Functions | |||
Cell shows formula and not the result of the formula. | Excel Worksheet Functions | |||
Cell doesn't show formula result - it shows formula (CTRL + ' doe. | Excel Worksheet Functions |