Need Formula

cummingsea

Active Member
Joined
Aug 9, 2005
Messages
344
Office Version
  1. 2019
Platform
  1. Windows
I need a formula that will copy into cell A1 from B1, B1 will always be text or blank, if blank than A1 also should be blank.
So if B1 is blank A1 is empty and if B1 is Miami than A1 is Miami. I got it to show me in A1 Miami when B1 had Miami in it, but when I deleted Miami from B1, then A1 would show me 0 or TRUE or FALSE I used two different formulas.
Thank you for your help.
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
I will try it.
That did the trick thank you.
 
Last edited:
Upvote 0
Try this: =IF(ISTEXT(B1),B1,"") Put this in cell A1 and copy down as appropriate

Alan
 
Upvote 0

Forum statistics

Threads
1,214,590
Messages
6,120,423
Members
448,961
Latest member
nzskater

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