How to split column text to another column?

Excel 2007: One column is text, next column is value.?

  • I want to link these 2 columns to be true, so that in other worksheets when the SAME TEXT is entered, the associated value comes up in the next column automatically. Is this possible? I need a specific formula because apparently I am having issues. The text column is B and the value column is C. THANK YOU!

  • Answer:

    EXACT compares to columns, so for your answer column (C): =IF(EXACT('sheeta'!B1,B1), 'worksheet'!C1, 0) So if you enter text in B1 on a worksheet, it compares this text to that of B1 on 'sheeta' (or whatever you want to call it). If TRUE (equal), the value that shows up im C1 is copied from C1 on 'sheeta', otherwise it's zero (or whatever you want.

JM at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

use vlookup() function. check link below. hope it helps because your question is not clear to me :)

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.