Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 205
Default Putting two formulars together in a cell in excell

I need to put two formulars together in a cell in my excel's worksheet. For
example, =IF(A1=0, B1*2,1) and =IF(A1:F1=0,0,1). I need to put these two
formulars together in a cell. What is the exact way I should put them? I
have tried =IF(A1=0,B1*2,IF(A1:F1=0,0,1)). However, it did not work.
Could somebody help me?

Thank you,
Linda

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default Putting two formulars together in a cell in excell

1. =IF(A1:F1=0,0,1) is not a working formula, it might be that this is what
you intended

=IF(COUNTIF(A1:F1,0)0,0,1)

or maybe


=IF(COUNTIF(A1:F1,0)=6,0,0,1)


Nevertheless you cannot put them together since if A1=0 it fullfills both
formulas criteria given the first formula



--


Regards,


Peo Sjoblom



"Linda" wrote in message
...
I need to put two formulars together in a cell in my excel's worksheet.
For
example, =IF(A1=0, B1*2,1) and =IF(A1:F1=0,0,1). I need to put these two
formulars together in a cell. What is the exact way I should put them? I
have tried =IF(A1=0,B1*2,IF(A1:F1=0,0,1)). However, it did not work.
Could somebody help me?

Thank you,
Linda



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 533
Default Putting two formulars together in a cell in excell

Check out the answers you got to your post 30 minutes earlier.

--
Jim
"Linda" wrote in message
...
I need to put two formulars together in a cell in my excel's worksheet.
For
example, =IF(A1=0, B1*2,1) and =IF(A1:F1=0,0,1). I need to put these two
formulars together in a cell. What is the exact way I should put them? I
have tried =IF(A1=0,B1*2,IF(A1:F1=0,0,1)). However, it did not work.
Could somebody help me?

Thank you,
Linda



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Putting two formulars together in a cell in excell

You have to re-think your logic here.

The first formula states that if A1 equals zero, then perform a calculation.
The second states that if A1, which is included within A1:F1, equals zero,
then do nothing except insert a zero.

Conflicting instructions ! ! !
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Linda" wrote in message
...
I need to put two formulars together in a cell in my excel's worksheet.

For
example, =IF(A1=0, B1*2,1) and =IF(A1:F1=0,0,1). I need to put these two
formulars together in a cell. What is the exact way I should put them? I
have tried =IF(A1=0,B1*2,IF(A1:F1=0,0,1)). However, it did not work.
Could somebody help me?

Thank you,
Linda


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
Putting two formulars together in excel Linda Excel Discussion (Misc queries) 3 December 24th 07 02:53 PM
putting one name under another on a cell HoganD87 Excel Discussion (Misc queries) 2 August 20th 07 03:04 PM
Putting a word into a cell. the-jackal New Users to Excel 2 September 15th 06 08:03 AM
Putting computer date in cell Fitz Charts and Charting in Excel 2 October 24th 05 02:03 AM
Can I put 2 formulars in one cell greg071190 Excel Worksheet Functions 7 December 23rd 04 06:40 PM


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

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

About Us

"It's about Microsoft Excel"