Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Automatically Entering Values

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?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 622
Default Automatically Entering Values

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$10". Why is that?
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Automatically Entering Values

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$10". 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$10") permits entered values to be positive or negative or
zero. If that's not the intent, change the formula accordingly.
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 622
Default Automatically Entering Values

On Aug 26, 4:35 pm, "pomegranate-man"
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$10". 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$10") permits entered values to be positive or negative or
zero. If that's not the intent, change the formula accordingly.


Thanks!
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
exit cell automatically after entering data Patrick Riley Excel Worksheet Functions 0 March 20th 08 03:23 PM
Entering calendar automatically ron Excel Worksheet Functions 2 October 28th 07 07:16 AM
Automatically entering date Keith Excel Discussion (Misc queries) 7 November 2nd 06 11:44 PM
Automatically entering date David F Cox Excel Discussion (Misc queries) 0 October 11th 06 09:52 PM
Automatically entering time and date to an entry Ashlee Excel Discussion (Misc queries) 2 October 4th 06 12:49 AM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"