please i need help and god bless all of you
vlook up.xlsx
please i need help and god bless all of you
vlook up.xlsx
yes that can be done you need to use VBA for that first copy paste first code below
http://www.excelforum.com/tips-and-t...geravatar.html
then use copy paste below formula in G3 then hold control and shift together and then hit enter to make it array formula
=ConcatAll(TRIM(IF($A$2:$A$5=TRANSPOSE(TRIM(MID(SUBSTITUTE(","&$E3,",",REPT(" ",255)),255*(ROW(INDIRECT("1:"&LEN($E3)-LEN(SUBSTITUTE($E3,",",""))+1))),255))),$B$2:$B$5,"")),CHAR(10))
Last edited by hemesh; 05-14-2014 at 02:54 PM.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
WANT TO SAY THANKS, HIT ADD REPUTATION (*) AT THE BOTTOM LEFT CORNER OF THE POST
More we learn about excel, more it shows us, how less we know about it.
for chemistry
https://www.youtube.com/c/chemistrybyshivaansh
Thank you for helping me
Please check my attached file
Because this the original file
vlook up activity aaa.xlsm
select the cell with your formula the press F2 key, Now hold control and shift together and then hit enter to make it array formula.
thank you
god bless you
I notice that the file you uploaded indicates 2007 or later (.xlsx), but your profile says 2003. Please update your profile as necessary, members tailor questions based on your excel version
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
when I try on me excel program version 2013
It is not working and I steel need it for my job because I have more than hundreds of activity need to use Vlookup
And I try
(Select the cell with your formula the press F2 key, now hold control and shift together and then hit enter to make it array formula.)
Also not working
can you please show a sample book.
excelforum sample.xlsx
please see attached file and help me
god bless you
copy first code from below link
http://www.excelforum.com/tips-and-t...geravatar.html
then open your excel file, Press Alt + F11 --> this will open VB Editor---> at the top click Insert--> click module. Paste the code here, Then in your workbook.
use below formula.
=ConcatAll(TRIM(IF(TRIM($B$2:$B$2931)=TRANSPOSE(TRIM(MID(SUBSTITUTE(","&$D2,",",REPT(" ",255)),255*(ROW(INDIRECT("1:"&LEN($D2)-LEN(SUBSTITUTE($D2,",",""))+1))),255))),$C$2:$C$2931,"")),CHAR(10)) and Drag down.
god bless you
it is working
and you save me a lot of time
You are welcome.
Hi
Is there any way to outline excel data automatically
In the attached excel sheet
excelforum sample.xlsx
what sort of outlining you are looking for. When you use any VBA code you need to save file as macro enabled workbook.
It allow me to make large quantities of data minimizable so that complex spreadsheets are easier to navigate
And easy to control and manage and make presentation
outline excel data automatically.xlsx
select A2 to A3000, go to conditional formatting ---> click new rule--->select use a formula to determine which cells to format.
In formula box copy paste below =NOT(ISNUMBER(RIGHT(TRIM($B2),1)+0))
then click the format option at the bottom --> go to FILL Tab select the desired color click OK.
Hi
Thank you for your help
God bless you
Please see my attached excel
And this what I need but automatically not manual
test outline.xls
You need to use VBA for the same. I suggest you to start a new thread in the VBA Questions. Moreover if your actual query with this thread is solved then you can mark thread as solved.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks