View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rowland Rowland is offline
external usenet poster
 
Posts: 18
Default A number autofill !!

Just put this in A3 and drag it across the row
=if(a2<"",1,"")


pano wrote:
Hi all,

Little help needed I have A1 A2 A3

A1 A2 A3
10 AA 1
4 AB 1
4 AA 1
Now A1 can contain a number from 1 to 300

A2 can contain a combo of 30 different letter combos which describes a
product sometimes they will be the same letter combo

I need A3 to scan thru A2 column as A2 is entered and populate A3 with
the number 1, it will always be 1, cannot be anything else.

Or just have the number 1 auto fill A3.

Am I thinking this is more complicated than it really is??

Any help appreciated..
Thanks
Stephen