excel formula - check column for specific character position and populate another column -



excel formula - check column for specific character position and populate another column -

i have column of machine names. management want separate column "desktop" or "laptop" instead. 5th character can check differentiate. i've tried searching , cannot find right code. machine name column , column h need have right formula display desktop or laptop. it's 1300 rows. suggestions appreciated?

jeff

for sake of answer, quoting @jeeped:

the mid function looking for. e.g. =if(mid(i2, 5, 1)="d", "desktop", "laptop")

excel-formula

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -