![]() |
Concatenate text cell and formula cell result
Can I do this:
=CONCATENATE("Books (",=counta(G:G),x,")") ????????????????????? I'm trying to result: Books (12345) |
Concatenate text cell and formula cell result
="Books "&COUNTA(G:G)
-- If my posting was helpful, please click the "Yes" button. ROCK ON!, Scott "GoinCrazy" wrote: Can I do this: =CONCATENATE("Books (",=counta(G:G),x,")") ????????????????????? I'm trying to result: Books (12345) |
Concatenate text cell and formula cell result
Oops.... forgot the ()
="Books ("&COUNTA(G:G)&")" -- If my posting was helpful, please click the "Yes" button. ROCK ON!, Scott "GoinCrazy" wrote: Can I do this: =CONCATENATE("Books (",=counta(G:G),x,")") ????????????????????? I'm trying to result: Books (12345) |
Concatenate text cell and formula cell result
=CONCATENATE("Books (",COUNTA(G:G),")")
"GoinCrazy" wrote: Can I do this: =CONCATENATE("Books (",=counta(G:G),x,")") ????????????????????? I'm trying to result: Books (12345) |
Concatenate text cell and formula cell result
="Books (" & COUNTA(G:G) & ")"
-- Gary''s Student - gsnu200816 |
All times are GMT +1. The time now is 08:41 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com