Mohammad Younous Member Jan 16, 2014 #1 I would like to see last entry of "C" Column Rang wise by formula. Like Rang is C2:C30 or above & less. Data like Text, Number, Date etc. Younous Dhaka BD Attachments Excel Problem.jpg 31.3 KB · Views: 7
I would like to see last entry of "C" Column Rang wise by formula. Like Rang is C2:C30 or above & less. Data like Text, Number, Date etc. Younous Dhaka BD
oldchippy Active Member Jan 16, 2014 #2 Hi Mohammad Younous, Try this =OFFSET(C2,MATCH(MAX(C2:C30)+1,C2:C30,1)-1,0)
Somendra Misra Excel Ninja Jan 16, 2014 #3 Hi Mohammad Younous, Use below formula to return anything be text or numbers from column C (last entry): =INDEX(C:C,COUNTA(C:C)) for returning last number or dates use: =LOOKUP(9.99E+100,C:C) Regards,
Hi Mohammad Younous, Use below formula to return anything be text or numbers from column C (last entry): =INDEX(C:C,COUNTA(C:C)) for returning last number or dates use: =LOOKUP(9.99E+100,C:C) Regards,
SirJB7 Excel Rōnin Jan 16, 2014 #4 @Somendra Misra Hi! 1st formula only works if there's no empty cells in column C. Regards!