View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
AKphidelt AKphidelt is offline
external usenet poster
 
Posts: 461
Default Automatically Entering Values

You can have hidden formulas in so in cell C2 you can put

=IF(Len($C$1)0,$C1+1,"")

This will check if anything is in C1 if so then do the formula... if not the
cell is blank

"Sanchit" wrote:

Is there any way to preset some values?
Suppose I entered some values in From A1 to A4 (A1=12,A2=13,A3=14,A=15)
Now I want that when I enter 12 in C1, it automatically feels 13 in C2,14 in
C3,15 in C4.
Is that possible?How?