View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
jburch
 
Posts: n/a
Default add one to cell below

Is there a way for when i print this if only 4 products are on the page to
automatically hit print and not have extra pages print?

"Mark Lincoln" wrote:

I would do this:

Format your column B cells as "0000" in order to see leading zeros.

in B3, type in the following formula:

=IF(A3<"",B2+1,"")

Copy this formula down Column B as far as you need to.