PC Review


Reply
Thread Tools Rate Thread

Automatically Entering Values

 
 
Sanchit
Guest
Posts: n/a
 
      25th Aug 2008
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?
 
Reply With Quote
 
 
 
 
akphidelt
Guest
Posts: n/a
 
      25th Aug 2008
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?

 
Reply With Quote
 
Spiky
Guest
Posts: n/a
 
      25th Aug 2008
akphidelt,
I'm interested. Why do you use a LEN function in this formula? I know
what LEN does, I just assume you are avoiding some issue by doing it
this way instead of a simple "$C$1>0". Why is that?
 
Reply With Quote
 
Spiky
Guest
Posts: n/a
 
      27th Aug 2008
On Aug 26, 4:35 pm, "pomegranate-man" <pomegran...@emailNot.nul>
wrote:
> > akphidelt,
> > I'm interested. Why do you use a LEN function in this formula? I know
> > what LEN does, I just assume you are avoiding some issue by doing it
> > this way instead of a simple "$C$1>0". Why is that?

>
> I'm not akphidelt, but did notice that the original post did not specify
> that the entered values must be positive numbers. Using the LEN function
> (instead of "$C$1>0") permits entered values to be positive or negative or
> zero. If that's not the intent, change the formula accordingly.


Thanks!
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Entering a certain text automatically =?Utf-8?B?VGVpamE=?= Microsoft Excel Programming 4 1st Nov 2007 01:06 PM
Re: Automatically entering date David F Cox Microsoft Excel Misc 0 11th Oct 2006 09:52 PM
automatically entering specific values in a subform field Paul James Microsoft Access Forms 4 1st Jul 2004 09:52 PM
automatically entering specific values in a subform field Paul James Microsoft Access Form Coding 4 1st Jul 2004 09:52 PM
Automatically entering date or time in a cell upon entering Jim w Microsoft Excel Misc 2 22nd Jan 2004 02:10 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:12 AM.