Hi,
You can use advanced filter option.
please refer the below links for further inforamtion.
http://www.excel-easy.com/examples/advanced-filter.html
http://www.contextures.com/xladvfilter01.html
Regards,
SK
also you can use match index using array
=IFERROR(INDEX('Raw data'!$A$1:$E$17665,MATCH(1,('Raw data'!$A$1:$A$17665=$A3)*('Raw data'!$D$1:$D$17655=C$2),0),5),0)
Use
Ctrl + Shift + Enter
To do it, you need to click on the Insert tab in the ribbon, and then click Object. This will open a dialog window allowing you to set the object to insert.
Click on the Create from file tab to insert your specific file.
Click Browse button and select the file you are looking to insert.
There...
Hi pirduh,
Please use SUMIFS Formula you will get the following output.
Africa 0
Asia 15
Antarctica 0
Australia 8
Europe 42
North America 35
South America 0
Thanks,
SK
Dear Hui,
One of my friend told me that there is shortcut or setting available in outlook 2010 which open the excel. So just want to know. I am sorry if asked wrong question.
Thanks,
SK
Hi Prem,
Select all the cells which contains the data in Column A and run the macro.
Suppose if you have data from A1 to A6 then select A1 to A6 and run the code
Thanks,
SK
Hi,
Please use the below code.
This is a recorded code so you should have the date in A column and slect all the date and run the macro. This macro blindly work with - and ,
Sub Macro6()
Selection.TextToColumns Destination:=Range("B1"), DataType:=xlDelimited, _...
Hi,
1.select the date and press control+1(from top number) then go to custom and paste dd-mmm-yy.
2. suppose your date in A1 the paste the formula in B1 =TEXT(A1,"dd-mmm-yy")
Thanks,
SK