Hi,
In Column N,
I have a drop down with 7 options:
Later
Next 1
Next 2
Next 33
Future 3
Future 4
Future 43
In column M, I want to categorise them in 3 options = Later, Next and Future but I’m getting value error.
This is what I tried:
=if(search(“later”,n2),”later”,””)&if(search(“next”,n2),”next”,””)&if(search(“future”,n2),”future”,””)
In Column N,
I have a drop down with 7 options:
Later
Next 1
Next 2
Next 33
Future 3
Future 4
Future 43
In column M, I want to categorise them in 3 options = Later, Next and Future but I’m getting value error.
This is what I tried:
=if(search(“later”,n2),”later”,””)&if(search(“next”,n2),”next”,””)&if(search(“future”,n2),”future”,””)