|
|
|
 |

October 24th, 2002, 02:21 PM
|
 |
National Security Advisor
|
|
Join Date: Jan 2001
Location: Ohio
Posts: 8,450
Thanks: 0
Thanked 4 Times in 1 Post
|
|
Re: M$ Excel
Quote:
Originally posted by Imperator Fyron:
If I remove the quotes and/or the PRODUCT, it tells me that the formula has errors. The formula works fine when not in an IF statement.
|
Fyron,
The problem is the equal sign before the PRODUCT. Take out the equals sign there and the quote marks, leave the equals sign before the IF, and your single formula should work fine.
code:
=IF(Sheet1!K2<n,0,PRODUCT(Sheet1!F2*(Sheet1!G2-(Sheet1!J2*(n-1)))*Sheet1!H2))
Geoschmo
[ October 24, 2002, 13:23: Message edited by: geoschmo ]
__________________
I used to be somebody but now I am somebody else
Who I'll be tomorrow is anybody's guess
|

October 24th, 2002, 09:07 PM
|
 |
Shrapnel Fanatic
|
|
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
|
|
Re: M$ Excel
Thank you Geo! Is there anything you don't know? (hehe, that rhymes!  )
Thanks to everyone else that offered solutions too.
|

October 24th, 2002, 10:37 PM
|
 |
Shrapnel Fanatic
|
|
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
|
|
Re: M$ Excel
New question:
I want to have 1 cell that has the damage at range line from components.txt in it. eg:
20 18 16 14 0 0 0 0 0 0 0 0 0 0 0 0 0
I have the damage at each range calculated in a separate cell. How do I get 1 cell to make a list of numbers based off of those cells?
|

October 24th, 2002, 11:36 PM
|
 |
National Security Advisor
|
|
Join Date: Jan 2001
Location: Ohio
Posts: 8,450
Thanks: 0
Thanked 4 Times in 1 Post
|
|
Re: M$ Excel
=CONCATENATE(A1," ",B1," ",C1," ",D1)
__________________
I used to be somebody but now I am somebody else
Who I'll be tomorrow is anybody's guess
|

October 25th, 2002, 12:51 AM
|
 |
Shrapnel Fanatic
|
|
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
|
|
Re: M$ Excel
Ok, thanks!
|

October 25th, 2002, 05:28 PM
|
 |
Major
|
|
Join Date: Oct 2000
Location: New York, NY
Posts: 1,066
Thanks: 1
Thanked 1 Time in 1 Post
|
|
Re: M$ Excel
Is there a way to reverse concatenate something?
|

October 25th, 2002, 05:48 PM
|
 |
Shrapnel Fanatic
|
|
Join Date: Feb 2001
Location: Waterloo, Ontario, Canada
Posts: 11,451
Thanks: 1
Thanked 4 Times in 4 Posts
|
|
Re: M$ Excel
You mean to take a substring?
__________________
Things you want:
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|