atari2600 Posted October 17, 2012 Share Posted October 17, 2012 For some reason I am can't seem to remember how to combine two different worksheet cells into one cell (text only - not arithmetic). If cell B5 says "Happy", and cell C5 says "Birthday", I'd like for Cell D5 to say "Happy Birthday". I keep trying to find the right place to look for this, but keep getting stumped on the right operator in my formula. Any help is greatly appreciated. Matt Quote Link to comment
michaelk Posted October 17, 2012 Share Posted October 17, 2012 =CONCAT(B5, ' ', C5) Quote Link to comment
atari2600 Posted October 17, 2012 Author Share Posted October 17, 2012 Perfect! Thanks! Quote Link to comment
VincentCuclair Posted October 25, 2012 Share Posted October 25, 2012 How do I divide the contents of one column by the contents of another? Quote Link to comment
VincentCuclair Posted October 26, 2012 Share Posted October 26, 2012 (edited) =A1/A2 Ah, not that simple , I need it to work for the values in each row....? Is it possible at all. Basically, I have a list of all window types, each ID type is summed up however that means the Unit Heights and Widths are summed as well, I want these to show the size of one unit not all summed up.......capisce.... Edited October 26, 2012 by Vincent C Quote Link to comment
michaelk Posted October 26, 2012 Share Posted October 26, 2012 Vincent Capisce. There's a trick! Drag the sum to the column you want to summarize. Then drag another sum to the column(s) you don't want to summarize. Not terribly intuitive. If you look at the new 2013 summarized window schedule you can see how it's done. example attached. mk Quote Link to comment
michaelk Posted October 26, 2012 Share Posted October 26, 2012 You would think that =(Window.Width)/COUNT would work. But it doesn't. I don't know why.... mk Quote Link to comment
VincentCuclair Posted October 26, 2012 Share Posted October 26, 2012 (edited) Excellent Michael! No not so intuitive but useful, intuitiveness is wish listed: http://needleandmortar.com/wiki/main-headline-wishlist-for-v2014/ Edited October 26, 2012 by Vincent C Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.