A Areif Member Aug 20, 2015 #1 Hi Expert !! I Have a data having details in row wise of particular service history looking for non blank cell data , i have attached file for reference .. please help me Attachments Chandoo.test file.xlsx 10.5 KB · Views: 0
Hi Expert !! I Have a data having details in row wise of particular service history looking for non blank cell data , i have attached file for reference .. please help me
Deepak Excel Ninja Aug 20, 2015 #2 Array, So Pls press with Ctrl+Shift+Enter AV3==INDIRECT(ADDRESS(ROW(),LARGE(IF(($B$2:$AQ$2="Actual Serv Done KM")*(LEN($B$3:$AQ$3)>0),COLUMN($B$2:$AQ$2),""),COLUMNS($AV:AV))))
Array, So Pls press with Ctrl+Shift+Enter AV3==INDIRECT(ADDRESS(ROW(),LARGE(IF(($B$2:$AQ$2="Actual Serv Done KM")*(LEN($B$3:$AQ$3)>0),COLUMN($B$2:$AQ$2),""),COLUMNS($AV:AV))))
A Areif Member Aug 20, 2015 #3 Thanks deepak for your quick reply but the formula its work only to fetch last data for second and third result its not working
Thanks deepak for your quick reply but the formula its work only to fetch last data for second and third result its not working
Deepak Excel Ninja Aug 20, 2015 #4 Hi, You might did something wrong there!! This is quite better than previous approach... CSE =INDEX($A:$AQ,ROW(),LARGE(IF(($B$2:$AQ$2="Actual Serv Done KM")*(LEN($B$3:$AQ$3)>0),COLUMN($B$2:$AQ$2),""),COLUMNS($AV:AX))) Check attached xl. Let me know if the data range is dynamic so that i will arrange needful in reagrd to that like as named range. Attachments Chandoo.test file.xlsx 11.7 KB · Views: 0
Hi, You might did something wrong there!! This is quite better than previous approach... CSE =INDEX($A:$AQ,ROW(),LARGE(IF(($B$2:$AQ$2="Actual Serv Done KM")*(LEN($B$3:$AQ$3)>0),COLUMN($B$2:$AQ$2),""),COLUMNS($AV:AX))) Check attached xl. Let me know if the data range is dynamic so that i will arrange needful in reagrd to that like as named range.
A Areif Member Aug 20, 2015 #5 Know its working , thanks once again and about dynamic range Yes i would apply it to the almost 10,000 rows appreciate your work
Know its working , thanks once again and about dynamic range Yes i would apply it to the almost 10,000 rows appreciate your work
Deepak Excel Ninja Aug 20, 2015 #6 Areif said: Know its working , thanks once again and about dynamic range Yes i would apply it to the almost 10,000 rows appreciate your work Click to expand... Thnx. I mean columns are dynamic or it will same what is has now ?
Areif said: Know its working , thanks once again and about dynamic range Yes i would apply it to the almost 10,000 rows appreciate your work Click to expand... Thnx. I mean columns are dynamic or it will same what is has now ?