Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
timbo1981
 
Posts: n/a
Default IF function with multiple formilae

I'm trying to do an IF function with multiple formulae. Example in words. If
A1=0 then C3=0, if A1=<0 C3=B1, and if A10 C3=B2. a bit complicated i think,
maybe i'm missing an obvious equation. Any help greatly received.
  #2   Report Post  
 
Posts: n/a
Default

Hi
Try this in C3
=IF(A1=0,0,IF(A1<0,B1,B2))

--
Andy.


"timbo1981" wrote in message
...
I'm trying to do an IF function with multiple formulae. Example in words.
If
A1=0 then C3=0, if A1=<0 C3=B1, and if A10 C3=B2. a bit complicated i
think,
maybe i'm missing an obvious equation. Any help greatly received.



  #3   Report Post  
Gary's Student
 
Posts: n/a
Default

No IFs are needed:

Try something like =(A1=0)*0 + (A1<0)*B1 + (A10)*B2
--
Gary's Student


"timbo1981" wrote:

I'm trying to do an IF function with multiple formulae. Example in words. If
A1=0 then C3=0, if A1=<0 C3=B1, and if A10 C3=B2. a bit complicated i think,
maybe i'm missing an obvious equation. Any help greatly received.

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
Automatically up date time in a cell Mark Excel Discussion (Misc queries) 5 May 12th 05 12:26 AM
Sum Indirect function through multiple sheets Andre Croteau Excel Discussion (Misc queries) 2 May 6th 05 10:44 AM
clock Wildman Excel Worksheet Functions 2 April 26th 05 10:31 AM
how do i reference multiple rows/columns with one function? NewUser13 New Users to Excel 0 March 4th 05 06:45 PM
SumIf Function using multiple criteria Jamie A Miller Excel Worksheet Functions 1 February 4th 05 05:14 PM


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