![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
Hello People
I am just wondering if I have a spreadsheet with the following format Test1 11 Test2 22 Test3 33 Test4 33 Test1 33 Test2 33 Test3 11 Test4 22 ... ... Is there a way to create another column and copy the value from Test1 directly to that new column? eg. 11 Test1 11 Test2 22 Test3 33 Test4 33 33 Test1 33 Test2 33 Test3 11 Test4 22 Please Help me Thank you |
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Winnipeg
Posts: 2,330
|
Quote:
=IF(B1="Test1",C1,"") Would that work for you?
__________________
Barrie Davidson "You're only given a little spark of madness. You mustn't lose it." - Robin Williams |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|