Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
What formula would I use to say: [M2] = [H2] if [K2=yes], [M2] = [J2] if
[K2=no], when cells [M2], [H2], and [J2] are dollar amounts, and [K2] is actually the word "yes" or "no"? |
#2
![]() |
|||
|
|||
![]()
If yes and no are the only possibilities for K2, put this in M2:
=IF(K2="yes",H2,J2) If there are other possibilities, the formula will need to be modified - post back, if necessary. -- tj "toolman" wrote: What formula would I use to say: [M2] = [H2] if [K2=yes], [M2] = [J2] if [K2=no], when cells [M2], [H2], and [J2] are dollar amounts, and [K2] is actually the word "yes" or "no"? |
#3
![]() |
|||
|
|||
![]()
Thanks for your help!
"tjtjjtjt" wrote: If yes and no are the only possibilities for K2, put this in M2: =IF(K2="yes",H2,J2) If there are other possibilities, the formula will need to be modified - post back, if necessary. -- tj "toolman" wrote: What formula would I use to say: [M2] = [H2] if [K2=yes], [M2] = [J2] if [K2=no], when cells [M2], [H2], and [J2] are dollar amounts, and [K2] is actually the word "yes" or "no"? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Highest Score for each Test | Excel Worksheet Functions | |||
hpw do I logic test a cell then copy the row to diff. SS | Excel Worksheet Functions | |||
Logic Tree, MS help = useless | Excel Worksheet Functions | |||
Logic question | Excel Discussion (Misc queries) | |||
Can wildcards be used in the Logic Test of an Excel "IF" function? | Excel Worksheet Functions |