Hi
I have multiple text in one cell and depending in criteria it will bring back another cell
So for example
If cell A6 contains “duplicate “ or “verified then bring back data in h6
If none of these then bring back i6
Hi
I have multiple text in one cell and depending in criteria it will bring back another cell
So for example
If cell A6 contains “duplicate “ or “verified then bring back data in h6
If none of these then bring back i6
Last edited by AliGW; 06-28-2020 at 09:40 AM.
Administrative Note:
Welcome to the forum.
We would very much like to help you with your query, however the thread title does not really convey what your request is about. Tell us what you are trying to do, not how you think it should be done.
Please take a moment to amend your thread title. Make sure that the title properly explains your request. Your title should be explicit and not be generic (this includes function names used without an indication of what you are trying to achieve).
Please see Forum Rule #1 about proper thread titles and adjust accordingly. To edit the thread title, open the original post to edit and then click on Go Advanced (bottom right) to access the area where you can edit your title.
(Note: this change is not optional. As you are new, I have done it for you this time.)
Ali
Enthusiastic self-taught user of MS Excel who's always learning!
Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.
NB: as a Moderator, I never accept friendship requests.
Forum Rules (updated August 2023): please read them here.
Try this:
=IF(OR(A6="Duplicate",A6="Verified"),H6,I6)
Thanks have tried this but doesn’t seem to work . It works on the first condition but not the second.
Then there is an anomaly in your data.
There are instructions at the top of the page explaining how to attach your sample workbook.
Apologies I am unable to attach as using iPad
Basically if text in cell is either verified or duplicate then give me cell h6 if not i6.
When I used the if statement posted it worked for verified but not duplicate . I chacjed spelling and that was correct , each time it brought back i6 on duplicate .
Thanks
This is the solution:
=IF(OR(A6="Duplicate",A6="Verified"),H6,I6)
If it doesn't work, then there is something about your data (maybe trailing spaces) that is making it fail.
Thank you it worked
Told you!!!
If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks