If statement

jrabi

Board Regular
Joined
Aug 20, 2010
Messages
143
I have a spreasheet in column B I have a market name example 333 St Lukes, and also in column B I have sales figures. I want a formula in column A that will give me just the market names such as below:

Column A Column B
333 St Lukes 333 St lukes
25
30
40
221 becon 221 becon


Is there a way to do this.
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Sorry that example did not post correctly, below is the example, so in col A I only want the formula to return the name or text........


HTML:
Column AColumn B333 St Lukes333 St Lukes 25 30 22 21212 Becon212 Becon
 
Upvote 0
Column AColumn B333 St Lukes333 St Lukes 25 30 22 21212 Becon212 Becon

Lets try again
 
Upvote 0
That sample's hard to follow but do you just want to display in Column B what is in Column A if it is not just a number?

=IF(ISNUMBER(A1),"",A1)

Copy down.
 
Last edited:
Upvote 0
Hi Jrabi
For future reference, if you need to post a sample of your data, read the 2nd line of my post and download the HTML Maker or
highlight a SMALL sample of your data and then place a border around that selection....then simply copy and paste the selection.

HTH
 
Upvote 0

Forum statistics

Threads
1,224,522
Messages
6,179,292
Members
452,902
Latest member
Knuddeluff

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