B brianaclark1967 Member Feb 26, 2016 #1 Hi all, I've attached a sample sheet I have date in 6 cells in a row. I want to add all the data together and repeat it in another cell combined) Regards Brian Attachments formula query - for invoice rev 1.xlsx 8.7 KB · Views: 7
Hi all, I've attached a sample sheet I have date in 6 cells in a row. I want to add all the data together and repeat it in another cell combined) Regards Brian
eibi Active Member Feb 26, 2016 #2 I'd do it this way: =D5&E5&F5&G5&H5&I5 But you can also: =CONCATENATE(D5,E5,F5,G5,H5,I5) Unfortunately, you can't =CONCATENATE(D5:I5) without some add-ins.
I'd do it this way: =D5&E5&F5&G5&H5&I5 But you can also: =CONCATENATE(D5,E5,F5,G5,H5,I5) Unfortunately, you can't =CONCATENATE(D5:I5) without some add-ins.