Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
How do I insert OR in imbedded formulas?
|
#2
![]() |
|||
|
|||
![]()
Well, You embed it.... into a formula.
....Could you be a little more specific??! -- Regards, Dave "bfd" wrote: How do I insert OR in imbedded formulas? |
#3
![]() |
|||
|
|||
![]()
Here is the formula I am trying to enter:
=IF(K3=Living with one Parent, Living with two Parents," ",C3+150) If Living with one parent or Living with two parents is in a certain cell, then I want the answer to be a blank cell. If the reference cell says something other than ...Parent...then I want the cell to reference another cell to calculate 150 days after that date. "David Billigmeier" wrote: Well, You embed it.... into a formula. ...Could you be a little more specific??! -- Regards, Dave "bfd" wrote: How do I insert OR in imbedded formulas? |
#4
![]() |
|||
|
|||
![]()
Ahh, good deal, use this:
=IF(OR(K3="Living with one parent",K3="Living with two parents")," ",C3+150) Does that help? -- Regards, Dave "bfd" wrote: Here is the formula I am trying to enter: =IF(K3=Living with one Parent, Living with two Parents," ",C3+150) If Living with one parent or Living with two parents is in a certain cell, then I want the answer to be a blank cell. If the reference cell says something other than ...Parent...then I want the cell to reference another cell to calculate 150 days after that date. "David Billigmeier" wrote: Well, You embed it.... into a formula. ...Could you be a little more specific??! -- Regards, Dave "bfd" wrote: How do I insert OR in imbedded formulas? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
insert two formulas one cell | Excel Worksheet Functions | |||
How do I insert formulas from one sheet to another? | New Users to Excel | |||
INSERT ROWS WITHOUT SCREWING-UP FORMULAS! | Excel Worksheet Functions | |||
Challenging Charting | Charts and Charting in Excel | |||
Formulas (If linked data is not null, then insert "Complete" in ce | Excel Worksheet Functions |