#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
brandon
 
Posts: n/a
Default Input Cell

I need a formula that will input a number. If a1 1 then input a1, if a1 < 1
then input b1 and if b1< 0 then input c1.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JE McGimpsey
 
Posts: n/a
Default Input Cell

Hmm... what if a1 = 1?

Try something like:

=IF(A1=1,A1,IF(B1<0,C1,B1))

In article ,
brandon wrote:

I need a formula that will input a number. If a1 1 then input a1, if a1 < 1
then input b1 and if b1< 0 then input c1.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Don Guillett
 
Posts: n/a
Default Input Cell

try
=if(a11,a1,if(a10,b1,c1))

--
Don Guillett
SalesAid Software

"brandon" wrote in message
...
I need a formula that will input a number. If a1 1 then input a1, if a1 <
1
then input b1 and if b1< 0 then input c1.



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
Urgent date/scheduling calc needed jct Excel Worksheet Functions 3 February 24th 06 01:36 AM
Delete cell contents with input to adjacent cell Ashley Frank Excel Discussion (Misc queries) 1 October 5th 05 04:28 PM
How do I change the format of a cell based on what I input? Husker87 Excel Worksheet Functions 8 August 19th 05 10:45 PM
cell color index comparison MINAL ZUNKE New Users to Excel 1 June 30th 05 07:11 AM
what is the format for an input cell? Pumaman Excel Discussion (Misc queries) 2 February 8th 05 05:05 AM


All times are GMT +1. The time now is 08:17 PM.

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"