![]() |
|
#1
|
|||
|
|||
![]()
Hi,
Please help with formula on the attached with several conditions. Thank you, Jocelyn |
#2
|
||||
|
||||
![]()
Please explain in words what you are trying to do. Thank you
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
#3
|
|||
|
|||
![]()
I want column A to return as indicated in column B. Example Home and Outpatient should return as Outpatient
Thanks much |
#4
|
|||
|
|||
![]()
Try this:
Code:
=IF(OR(A2="HOME",A2="OUTPATIENT"),"OUTPATIENT",A2) |
#5
|
|||
|
|||
![]() Quote:
Can you please another condition to the effect that all others will return as Inpatient? |
#6
|
|||
|
|||
![]() Code:
=if(or(a2="home",a2="outpatient"),"outpatient","inpatient") |
#7
|
|||
|
|||
![]()
Wow, it works (of course), thank you so much.
one last request - how about if I add another destination - 23 HR to return as 23 HR? Sorry but this is definitely my last question on this subject. Thank you in advance Gebobs! |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
SMI | Word | 3 | 01-19-2016 06:33 AM |
Need help with dragging a formula and changing a reference column as I drag the formula. | LupeB | Excel | 1 | 10-22-2015 03:02 PM |
![]() |
agent007 | Excel | 5 | 02-06-2014 09:20 PM |
Formula Help | clo312 | Excel | 11 | 01-11-2014 02:54 AM |
![]() |
TotalONE | Excel | 3 | 11-26-2013 01:30 PM |