From jbartow at winhaven.net Fri Aug 18 14:41:38 2017 From: jbartow at winhaven.net (John Bartow) Date: Fri, 18 Aug 2017 19:41:38 +0000 Subject: [Dba-office] Max function ignoring blanks Message-ID: Hi All, I need some assistance to get the Excel AX function to determine the maximum value in a row of cells not including the blank cells. All help appreciated. John B From ssharkins at gmail.com Fri Aug 18 14:44:38 2017 From: ssharkins at gmail.com (Susan Harkins) Date: Fri, 18 Aug 2017 15:44:38 -0400 Subject: [Dba-office] Max function ignoring blanks In-Reply-To: References: Message-ID: <00d001d3185a$6db3f5b0$491be110$@gmail.com> Is it not working as expected? Susan H. Hi All, I need some assistance to get the Excel AX function to determine the maximum value in a row of cells not including the blank cells. All help appreciated. John B From jbartow at winhaven.net Fri Aug 18 15:57:12 2017 From: jbartow at winhaven.net (John Bartow) Date: Fri, 18 Aug 2017 20:57:12 +0000 Subject: [Dba-office] Min function to ignore blanks Message-ID: I actually meant MIN() It was not. I used the help and it said MIN() evaluates blanks as zero and returns zero. But now that I've gotten frustrated and sent this message, I reopened it and it works just fine. -----Original Message----- From: Dba-office [mailto:dba-office-bounces at databaseadvisors.com] On Behalf Of Susan Harkins Sent: Friday, August 18, 2017 2:45 PM To: dba-office at databaseadvisors.com Subject: Re: [Dba-office] Max function ignoring blanks Is it not working as expected? Susan H. Hi All, I need some assistance to get the Excel AX function to determine the maximum value in a row of cells not including the blank cells. All help appreciated. John B _______________________________________________ Dba-office mailing list Dba-office at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-office From ssharkins at gmail.com Fri Aug 18 16:11:48 2017 From: ssharkins at gmail.com (Susan Harkins) Date: Fri, 18 Aug 2017 17:11:48 -0400 Subject: [Dba-office] Min function to ignore blanks In-Reply-To: References: Message-ID: <000001d31866$9b581c10$d2085430$@gmail.com> It was not. I used the help and it said MIN() evaluates blanks as zero and returns zero. =========I think that's incorrect. I just ran a quick test and MIN() ignored the blanks, which is what I would expect. But now that I've gotten frustrated and sent this message, I reopened it and it works just fine. =========Yeah! ? Susan H. From ssharkins at gmail.com Thu Aug 31 19:00:10 2017 From: ssharkins at gmail.com (Susan Harkins) Date: Thu, 31 Aug 2017 20:00:10 -0400 Subject: [Dba-office] Publisher data entry forms Message-ID: <016b01d322b5$48155960$d8400c20$@gmail.com> I'd like to build a data entry form for a Publisher template. I can't find any kind of userform type object in Publisher, so I'm guessing the best way is to collect the data in Excel, add a Userform, and them merge. Any thoughts? Have a missed an existing feature for this in Publisher? Susan H.