Hello,
I have a cell that need to change the number once a specific word show up in the other cell.
is there any solution to my problem using vlookup or other formula..
I already make the detail what I want in the attachment.
Thanks in advance..
Hello,
I have a cell that need to change the number once a specific word show up in the other cell.
is there any solution to my problem using vlookup or other formula..
I already make the detail what I want in the attachment.
Thanks in advance..
Maybe Im missing something, but the result from your formula matches exactly your expected result?
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
Yes, but it just for the number before SPLIT word come in the cell..
that formula wouldn't work after the SPLIT Word..
I want one formula to cover it all, for example
1526 [this is the first cell where the formula run]
1526
SPLIT 3052 [i dont have to change the formula in here/auto identify because there is SPLIT word in]
3052 [I dont have to change the formula because in the previous cell already has a SPLIT word]
Last edited by Sultan1994; 10-09-2023 at 12:00 AM.
Is this what you want?
=VLOOKUP($A$1,Table1[#All],IF(COUNTIF(B$5:B5,"SPLIT")=0,2,3),0)
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.
Yess, thats exactly what I want.
a new insight for me, thanks Ali..
Glad to have helped.
If that takes care of your original question, please choose Thread Tools from the menu link above and mark this thread as SOLVED.
Also, if you have not already done so, you may not be aware that you can thank anyone who offered you help towards a solution for your issue by clicking the small star icon (* Add Reputation) located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of each of those who offered help.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks