Pls help for formula.

G

Guest

Pls help....
This is what I have in my work sheet.

|column column
row | A B
-----|----------------------------------
1 | 9 13
2 | 9 1
3 | 9 15
4 | 9 16
5 | 10 2
6 | 11 1
7 | 11 2
8 | 12 1
9 | 13 5


This is what I want to after formula.
the formula only replaced rows 6-8( column A-B).

|column column
rows| A B
-----|----------------------------------
1 | 9 13
2 | 9 1
3 | 9 15
4 | 9 16
5 | 10 2
6 | text N101
7 | text N102
8 | text N103
9 | 13 5


thanks.
 
G

Gord Dibben

You cannot have a value and a formula in the same cell so I think you need a
third and fourth column in there somewhere to enter formulas.

Then I think you could use VLOOKUP formulas to return your "text" and "N10x" in
the appropriate cells based upon the data in A and B

Where the "text" and "N10x" come from is anybody's guess.

Most likely a table on another sheet?


Gord Dibben MS Excel MVP
 

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