Pick a specific Cell with a special letter from the entire Row

veer-india

New Member
Joined
Jul 30, 2013
Messages
10
For example Row No. 2,3,4 have these cells

a2, b2, c2, d2,....
a3, b3, c3, d3,....
and so on
In one row there is any one single cell which have star "*" in it. How to pick these cells automatically and take to a column ?
here is the example what i want. Thanks In advance.

acowa1acowb1*acowc1*acowc1
acowa2*acowb2acowc2*acowb2
*acowa3acowb3acowc3*acowa3

<tbody>
</tbody>
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Suppose destination column = Z and relevant columns are A-Y, enter in Z2 and copy down
Code:
=HLOOKUP("*~**",A2:Y2,1,0)
 
Upvote 0

Forum statistics

Threads
1,215,657
Messages
6,126,057
Members
449,284
Latest member
fULMIEX

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top