Raan Ruuster
New Member
- Joined
- Aug 11, 2012
- Messages
- 2
This is my very first post on this forum, and I've exhausted my search to hopefully ensure that my exact question hasn't been answered before (though if I'm wrong, a link to the correct post would be greatly appreciated!). I consider myself much more advanced than an "average" user, but much much less advanced than probably anyone on this forum. I know I will probably have to get a UDF for this, but I'm incapable of coding in VBA. I'm having trouble with a scheduling form that I'm creating and would love a little input from someone who has more knowledge than me.
Disclaimer: My system is a 64 bit running excel 2010, so MCONCAT will not work for me, though I would think it would be close to solving my problem if it did.
What I have so far:
What I need:
What it should look like in the given cell:
I think that I've answered most questions concerning my situation, but if I've left anything out, let me know. Thanks so much for taking the time to look into this issue for me.
Disclaimer: My system is a 64 bit running excel 2010, so MCONCAT will not work for me, though I would think it would be close to solving my problem if it did.
What I have so far:
Through use of an IF array function, I now have an array that looks like this {"8:00breakfasttext1";FALSE;FALSE;"8:45swimtext4"}. This is simply a test, so I don't have the exact formatting of the text string perfect yet, but I don't suppose that matters at all (I know how to format it the way I want)
What I need:
I need to concatenate this array in a given cell, skipping FALSE, and delimitted by a "NEW LINE" character [Char(10)]
What it should look like in the given cell:
8:00breakfasttext1
8:45swimtext4
8:45swimtext4
I think that I've answered most questions concerning my situation, but if I've left anything out, let me know. Thanks so much for taking the time to look into this issue for me.