Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
=IF(ISBLANK(BA6),"",(IF(ISBLANK(Q24),'SL&AH'!E24,' JL&AH'!E24)))
The formula above is what I have been using and it works perfectly, but I want to change it to give the first value if "Single" is typed in the cell (Q24) but if "Joint" is typed in the cell (Q24) then the 2nd value would be returned. This is what I tried but it returns a name error: =IF(ISBLANK(BA6),"",(IF(Q24=Single),'SL&AH'!E24,'J L&AH'!E24))) How can I make this work? |
#3
![]() |
|||
|
|||
![]()
Try this
=IF(ISBLANK(BA6),"",IF(Q24="Single",'SL&AH'!E24,'J L&AH'!E24)) -- HTH RP (remove nothere from the email address if mailing direct) "Bill R" wrote in message ... =IF(ISBLANK(BA6),"",(IF(ISBLANK(Q24),'SL&AH'!E24,' JL&AH'!E24))) The formula above is what I have been using and it works perfectly, but I want to change it to give the first value if "Single" is typed in the cell (Q24) but if "Joint" is typed in the cell (Q24) then the 2nd value would be returned. This is what I tried but it returns a name error: =IF(ISBLANK(BA6),"",(IF(Q24=Single),'SL&AH'!E24,'J L&AH'!E24))) How can I make this work? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do you apply Names in formulas? | Excel Discussion (Misc queries) | |||
apply cell names to formulas in multiple worksheets | Excel Worksheet Functions | |||
Sheet names used in formulas | Excel Discussion (Misc queries) | |||
replacing just the sheet names within formulas | Excel Worksheet Functions | |||
Locking Sheet names in formulas | Excel Worksheet Functions |