Link to home
Start Free TrialLog in
Avatar of Ladkisson
LadkissonFlag for United States of America

asked on

Function that identifies text as a text and a value as a number

Hello!

Cell B1 has a code and Cell B2 has that code's description. I need a function in column A that will reference column B and say if B1 is a code then "value", if B2 is a text then "description".

For example:  B1 - 140109
                         B2 -  Aluminum Powder

then A1 should say - "value" and A2 should say "description
ASKER CERTIFIED SOLUTION
Avatar of Saurabh Singh Teotia
Saurabh Singh Teotia
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Ladkisson

ASKER

Perfect!:)