J Jagdev Singh Active Member May 19, 2016 #1 Hi Experts, In the attached file under column A, I am able to derive the result. Is there any other way to deal with it. Regards, JD Attachments Sample_Formula.xlsx 8.4 KB · Views: 12
Hi Experts, In the attached file under column A, I am able to derive the result. Is there any other way to deal with it. Regards, JD
Luke M Excel Ninja Staff member May 19, 2016 #2 With that data layout, you can put this formula in A1, copy down. =LOOKUP("zzz",B1:H1)
chirayu Well-Known Member May 19, 2016 #4 http://excel.tips.net/T003785_Last_Non-Zero_Value_in_a_Row.html
Deepak Excel Ninja May 19, 2016 #5 Hi JD, Are looking for first or last non blank data as Your formula says first Marc says last Hui says first chirayu link says last For last this might too... =HLOOKUP("zzz",B1:H1,1,1)
Hi JD, Are looking for first or last non blank data as Your formula says first Marc says last Hui says first chirayu link says last For last this might too... =HLOOKUP("zzz",B1:H1,1,1)
J Jagdev Singh Active Member May 19, 2016 #6 Hi All, All the formulas are effective and fulfill my need. Thanks folks!!!