Copy the exact content from one cell using a formula
Closed
mzkatt21
Posts
1
Registration date
Friday April 5, 2013
Status
Member
Last seen
April 5, 2013
-
Apr 5, 2013 at 01:17 PM
rizvisa1 Posts 4479 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Apr 6, 2013 at 10:33 AM
rizvisa1 Posts 4479 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Apr 6, 2013 at 10:33 AM
Related:
- Copy the exact content from one cell using a formula
- Excel formula to subtract one cell from another - Excel Forum
- 1st, 2nd, 3rd position formula in excel ✓ - Office Software Forum
- If cell contains (multiple text criteria) then return (corresponding text criteria) ✓ - Excel Forum
- How to transfer data from one sheet to another in excel using formula - Guide
- Logitech formula vibration feedback wheel driver - Download - Drivers
1 reply
rizvisa1
Posts
4479
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
767
Apr 6, 2013 at 10:33 AM
Apr 6, 2013 at 10:33 AM
did you really meant "copy" or you are just looking for some mechanism to "display"
If display is your intention then use some thing like this in your d7 etc cells
=IF(D3="","",D3)
If copy is your intent, then you need a macro for that
If display is your intention then use some thing like this in your d7 etc cells
=IF(D3="","",D3)
If copy is your intent, then you need a macro for that