Copy exactly Data Validate list cell but blank cell showing 0

pankajgrover

Board Regular
Joined
Oct 27, 2022
Messages
99
Office Version
  1. 365
Platform
  1. Windows
I am trying to copy exactly same Data Validation lists Cells but blank cell showing 0. How to correct this 0 as blank. here is below example.. Thanks

New Microsoft Excel Worksheet.xlsx
CD
1REDRED
2BLUEBLUE
3BLACKBLACK
40
50
Sheet2
Cell Formulas
RangeFormula
D1:D5D1=C1
Cells with Data Validation
CellAllowCriteria
C1:C5List=COLOR
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
If col C is always text how about
Excel Formula:
=C1&""
 
Upvote 0
Try
Excel Formula:
=if(c1="","",c1)
 
Upvote 0
Solution
Why, what's wrong with using if?
 
Upvote 0
Why, what's wrong with using if?
Nothing wrong with that, it's working good, i have 7 to 8 cells like that, so i hv to change formula with IF with all cells... i was asking for alternate option just for knowledge purpose...that's it...
But thanks so much . This forum really enhance my excel skill . Lucky to be part of this forum.
 
Upvote 0
IMOif you have cells that could be either text or numbers the IF formula is the way to go.
 
Upvote 0
@pankajgrover
I have changed the 'Mark as solution' post. In your future questions, please mark the post as the solution that actually answered your question, instead of your feedback message (post #3 is not a solution post) as it will help future readers. No further action is required for this thread.
 
Upvote 0

Forum statistics

Threads
1,214,987
Messages
6,122,618
Members
449,092
Latest member
amyap

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