How do I update Column #1 based on specific value of column #2?

S

SLH

I am trying to update an entire column (col #1) based upon specific values in
col. #2. Column #1 has random entries, no range and no sorted order.

For example, 30, 365 & 1095 = 03; N/A or 0 = 10.
 
B

BorisS

I would highly recommend providing an example of one line which would have
this replacement, as it is difficult to understand what you're looking for.
 
Top