Return text between look up function.

R

Rspiva

I have a formula shown below, where I want to return a populated field from a
csv file but between the 2 look up returns I would like to display "X".

General Im trying to display a width X length in another work sheet.

=(dyCAR.csv!$D$9) X (dyCAR.csv!$D$11)
 
J

Jacob Skaria

Do you mean

=dyCAR.csv!$D$9 & "X" & dyCAR.csv!$D$11

If this post helps click Yes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top