Here is a list of formulas I wish MS Excel had. Alas, we need to build some work-arounds to solve them though.
- CONCATENATE (range): that can take a range of cells and churn out a big text combining all of them. Of course, here a VBA UDF alternative to concatenate range of cells.
- SPLIT (text, delimiter, part): that can take a text and split it based on the specified delimiter. We will have to use a formula based alternative to split text
- UNIQUE(list, number): that takes a list and returns the unique items based on the number specified. Well, for the time being we can get unique items with formulas.
- ISBETWEEN(number, first, second): to check whether “number” is between “first” and “second”. You can do this using AND() formula like AND(number>=first, number<=second).
- FINDLAST(findthis, text): that can find the last occurrence of a particular text in another text. I don’t know any good formula for this.
What are the formulas you wish Excel had ?














4 Responses to “Office 2010 Contest Winners are here!!!”
I while ago I wrote a post on selecting a couple of names from a range via an UDF
I could have been handy.... especially because I didn't win.... lol
http://xlns.lamkamp.nl/?p=14
Sweet! I won! Thank you so much, Chandoo! I'm really speechless! I'll look out for an e-mail from you. Again, I really appreciate it, and I can't wait to fire it up!
Sincerely,
Tom "this one" 🙂
Thank You... Thank You... Thank You... 🙂
Hi,
Don't want to ruin your party.. 😉 but I noticed that when you sort the list A2:B11 (step 2), the RAND function re-calculates the numbers so that they are different and in mixed order again. I had to paste the whole area as values first and then sort to get it to work.
Wonder if the same happened to you because in your list at least Greg has a higher value than Tom 🙂