#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default spreadsheet

hi i am new to this
I have a simple spreadsheet for accounts
I need to find a formula that says if in a1 a number from 1 to 6 is entered
the value of another cell adds to a column marked 1 to 6
thanks anyone who helps
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 533
Default spreadsheet

the value of another cell adds to a column marked 1 to 6

Your question is very unclear, particularly the above part. However in
general a formula that is to return one value if cell A1 holds a value from
1 to 6 and something else otherwise would look like this:

=IF(AND(A1=1,A1<=6),TRUE,FALSE)

You would just have to replace the TRUE and FALSE parts with the formulas or
values you want returned to the cell this formula is entered in.

--
Jim
"paressanne" wrote in message
...
| hi i am new to this
| I have a simple spreadsheet for accounts
| I need to find a formula that says if in a1 a number from 1 to 6 is
entered
| the value of another cell adds to a column marked 1 to 6
| thanks anyone who helps


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
link a local spreadsheet to a network shared spreadsheet Leo Setting up and Configuration of Excel 1 March 21st 08 10:37 AM
How do I copy spreadsheet data as shown to another spreadsheet? trainer07 Excel Discussion (Misc queries) 2 August 7th 06 09:39 PM
In Excel I want to copy text from spreadsheet to spreadsheet Kris Excel Worksheet Functions 3 June 9th 06 07:58 PM
conversion of MS Works Spreadsheet to Excel 2002 Spreadsheet Kellie Excel Discussion (Misc queries) 1 March 24th 05 06:31 PM
Is there a way to insert a formula, password or macro in an excel spreadsheet that will automatically delete the spreadsheet? oil_driller Excel Discussion (Misc queries) 1 February 8th 05 09:34 AM


All times are GMT +1. The time now is 10:06 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"