Re: $$Excel-Macros$$ Help on INDIRECT ARRAY Formula

2012-02-09 Thread Sam Mathai Chacko
The easiest way is to uncheck the show zeroes in the Excel option. Regards, Sam Mathai Chacko On Thu, Feb 9, 2012 at 6:31 PM, Shaik Waheed wrote: > Thanks noorain > > thats wonderful, > > On Thu, Feb 9, 2012 at 6:12 PM, NOORAIN ANSARI > wrote: > >> Dear waheed, >> >> It is also possible witho

Re: $$Excel-Macros$$ Help on INDIRECT ARRAY Formula

2012-02-09 Thread Shaik Waheed
Thanks noorain thats wonderful, On Thu, Feb 9, 2012 at 6:12 PM, NOORAIN ANSARI wrote: > Dear waheed, > > It is also possible without Indirect function.. > > =IF(ISBLANK(EMP.DATA),"",EMP.DATA) > > With ctrl+shift+Enter > > On Thu, Feb 9, 2012 at 6:00 PM, Shaik Waheed wrote: > >> Thank you Maris

Re: $$Excel-Macros$$ Help on INDIRECT ARRAY Formula

2012-02-09 Thread NOORAIN ANSARI
Dear waheed, It is also possible without Indirect function.. =IF(ISBLANK(EMP.DATA),"",EMP.DATA) With ctrl+shift+Enter On Thu, Feb 9, 2012 at 6:00 PM, Shaik Waheed wrote: > Thank you Maris for ur reply.its working fine. > > > On Thu, Feb 9, 2012 at 5:18 PM, Maries wrote: > >> Hi, >>

Re: $$Excel-Macros$$ Help on INDIRECT ARRAY Formula

2012-02-09 Thread Shaik Waheed
Thank you Maris for ur reply.its working fine. On Thu, Feb 9, 2012 at 5:18 PM, Maries wrote: > Hi, > > Use this formula with CSE. > > *=IF(INDIRECT("EMP.DATA")="","",INDIRECT("EMP.DATA"))* > > Regards, > > MARIES. > > On Thu, Feb 9, 2012 at 3:42 PM, Shaik Waheed wrote: > >> Hi Experts

Re: $$Excel-Macros$$ Help on INDIRECT ARRAY Formula

2012-02-09 Thread Maries
Hi, Use this formula with CSE. *=IF(INDIRECT("EMP.DATA")="","",INDIRECT("EMP.DATA"))* Regards, MARIES. On Thu, Feb 9, 2012 at 3:42 PM, Shaik Waheed wrote: > Hi Experts, > > I have an excel sheet with defined named ranges. When I am using Indirect > array formula to capture the named range it