Duplicate cell to new cell using BOLDTEXT or Arial Black, font color, cell color, etc... as variables.

Nvchicky

New Member
Joined
Sep 26, 2023
Messages
2
Office Version
  1. 365
Platform
  1. Windows
I have BOLD TEXT or Arial Black font that I need to copy to a new cell for display purposes. In the example below I want to duplicate a1 and c1 a9 and c9 etcetcetc into a different cell to make a list. All of the suggestions on line VBA, filter, etc all do not translate to a new cell. I need a new cell. This seems like a huge ask because noone seems to have found the solution. Again, BOLD TEXT or Arial Black are the variables to be used. The reason I need this particular solution is because this will be a living document and when I add more data it must show in the display list. Also, if I need tables, conditional text color, etc. anything I can do to get the necessary result. I have uploaded a snip of my excel worksheet. Also, I am using Windows 11. Thank you so much in advice for your help in this matter.
 

Attachments

  • excel bold text example.png
    excel bold text example.png
    50.2 KB · Views: 3

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Welcome to the MrExcel Message Board!

Cross-posting (posting the same question in more than one forum) is not against our rules, but the method of doing so is covered by #13 of the Forum Rules.

Be sure to follow & read the link at the end of the rule too!

Cross posted at: Duplicate cell to new cell using BOLDTEXT, Arial Black, font color, cell color etc..
and on reddit
There is no need to repeat the link(s) provided above but if you have posted the question at other places, please provide links to those as well.

If you do cross-post in the future and also provide links, then there shouldn’t be a problem.
 
Last edited:
Upvote 0
I have BOLD TEXT or Arial Black font that I need to copy to a new cell for display purposes. In the example below I want to duplicate a1 and c1 a9 and c9 etcetcetc into a different cell to make a list. All of the suggestions on line VBA, filter, etc all do not translate to a new cell. I need a new cell. This seems like a huge ask because noone seems to have found the solution. Again, BOLD TEXT or Arial Black are the variables to be used. The reason I need this particular solution is because this will be a living document and when I add more data it must show in the display list. Also, if I need tables, conditional text color, etc. anything I can do to get the necessary result. I have uploaded a snip of my excel worksheet. Also, I am using Windows 11. Thank you so much in advice for your help in this matter.
This issue has been resolved by Excel Forum:

=FILTER(A1:A1000,(A1:A1000<>"")*(B1:B1000=""))
=FILTER(C1:C1000,(A1:A1000<>"")*(B1:B1000=""))
 
Upvote 0

Forum statistics

Threads
1,215,097
Messages
6,123,076
Members
449,094
Latest member
mystic19

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