hi all,
I'm working with a file where there are a range of numbers in one column and I need it to look for that range of numbers and enter a specific text in another column.
Example
Column B will contain numbers 50xxxx,55xxxx,70xxxx,90xxxx,92xxxx.
numbers between 50xxxx-55xxxx require the text "cat"
Numbers that start with 70xxxx require "dog"
Numbers between 90xxxx-92xxxx require cat dog.
Bookmarks