Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Rochelle B
 
Posts: n/a
Default How do I get 1 cell calculate only if another cell has an "x"

=(J14="X")*(IF(EVEN(H14)*EVEN(E14)/144J10,EVEN(H14)*EVEN(E14*C14)/144,$J$10))

I do not want the * after (j14="x")
I just want this formula to calculate the formula based on if j14 has an x
in it.
Excel wants to put the *
I just want a comma. The formula is not calulating correctly due to this.

fyi: this formula is calculating Sq ft of glass, it is costly if the formula
is wrong

Please help, I need to have this ready to go Monday morning.
  #3   Report Post  
JulieD
 
Posts: n/a
Default

Hi Rochelle

you only wnat the formula to display an answer if J14 has an "x"? then try
=IF(J14="X",IF(EVEN(H14)*EVEN(E14)/144J10,EVEN(H14)*EVEN(E14*C14)/144,$J$10),"")

--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"Rochelle B" wrote in message
...
=(J14="X")*(IF(EVEN(H14)*EVEN(E14)/144J10,EVEN(H14)*EVEN(E14*C14)/144,$J$10))

I do not want the * after (j14="x")
I just want this formula to calculate the formula based on if j14 has an
x
in it.
Excel wants to put the *
I just want a comma. The formula is not calulating correctly due to this.

fyi: this formula is calculating Sq ft of glass, it is costly if the
formula
is wrong

Please help, I need to have this ready to go Monday morning.



  #6   Report Post  
Ragdyer
 
Posts: n/a
Default

I would say that Don doesn't like to type as much as Julie does.<bg

The 1 and 2 represent the first and second parts of your original formula.
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Rochelle B" wrote in message
...
Please forgive me for my lack of understanding...
how does the 1,2 fit in?

"Don Guillett" wrote:

=if(j14="x",1,2)

--
Don Guillett
SalesAid Software

"Rochelle B" wrote in message
...


=(J14="X")*(IF(EVEN(H14)*EVEN(E14)/144J10,EVEN(H14)*EVEN(E14*C14)/144,$J$10
))

I do not want the * after (j14="x")
I just want this formula to calculate the formula based on if j14 has

an
x
in it.
Excel wants to put the *
I just want a comma. The formula is not calulating correctly due to

this.

fyi: this formula is calculating Sq ft of glass, it is costly if the

formula
is wrong

Please help, I need to have this ready to go Monday morning.





  #7   Report Post  
JulieD
 
Posts: n/a
Default

type, who types .. cut & paste works just as well :)

--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"Ragdyer" wrote in message
...
I would say that Don doesn't like to type as much as Julie does.<bg

The 1 and 2 represent the first and second parts of your original formula.
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Rochelle B" wrote in message
...
Please forgive me for my lack of understanding...
how does the 1,2 fit in?

"Don Guillett" wrote:

=if(j14="x",1,2)

--
Don Guillett
SalesAid Software

"Rochelle B" wrote in message
...


=(J14="X")*(IF(EVEN(H14)*EVEN(E14)/144J10,EVEN(H14)*EVEN(E14*C14)/144,$J$10
))

I do not want the * after (j14="x")
I just want this formula to calculate the formula based on if j14
has

an
x
in it.
Excel wants to put the *
I just want a comma. The formula is not calulating correctly due to

this.

fyi: this formula is calculating Sq ft of glass, it is costly if the
formula
is wrong

Please help, I need to have this ready to go Monday morning.






  #8   Report Post  
Ragdyer
 
Posts: n/a
Default

So ... Don doesn't like to cut and paste as much as Julie does.<vbg
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"JulieD" wrote in message
...
type, who types .. cut & paste works just as well :)

--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
...well i'm working on it anyway
"Ragdyer" wrote in message
...
I would say that Don doesn't like to type as much as Julie does.<bg

The 1 and 2 represent the first and second parts of your original

formula.
--
Regards,

RD


--------------------------------------------------------------------------

-
Please keep all correspondence within the NewsGroup, so all may benefit

!

--------------------------------------------------------------------------

-
"Rochelle B" wrote in message
...
Please forgive me for my lack of understanding...
how does the 1,2 fit in?

"Don Guillett" wrote:

=if(j14="x",1,2)

--
Don Guillett
SalesAid Software

"Rochelle B" wrote in message
...



=(J14="X")*(IF(EVEN(H14)*EVEN(E14)/144J10,EVEN(H14)*EVEN(E14*C14)/144,$J$10
))

I do not want the * after (j14="x")
I just want this formula to calculate the formula based on if j14
has

an
x
in it.
Excel wants to put the *
I just want a comma. The formula is not calulating correctly due to

this.

fyi: this formula is calculating Sq ft of glass, it is costly if

the
formula
is wrong

Please help, I need to have this ready to go Monday morning.







  #9   Report Post  
Rochelle B
 
Posts: n/a
Default

THANKS

"JulieD" wrote:

Hi Rochelle

you only wnat the formula to display an answer if J14 has an "x"? then try
=IF(J14="X",IF(EVEN(H14)*EVEN(E14)/144J10,EVEN(H14)*EVEN(E14*C14)/144,$J$10),"")

--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"Rochelle B" wrote in message
...
=(J14="X")*(IF(EVEN(H14)*EVEN(E14)/144J10,EVEN(H14)*EVEN(E14*C14)/144,$J$10))

I do not want the * after (j14="x")
I just want this formula to calculate the formula based on if j14 has an
x
in it.
Excel wants to put the *
I just want a comma. The formula is not calulating correctly due to this.

fyi: this formula is calculating Sq ft of glass, it is costly if the
formula
is wrong

Please help, I need to have this ready to go Monday morning.




  #11   Report Post  
Don Guillett
 
Posts: n/a
Default

Or type


--
Don Guillett
SalesAid Software

"Ragdyer" wrote in message
...
So ... Don doesn't like to cut and paste as much as Julie does.<vbg
--
Regards,

RD

--------------------------------------------------------------------------

-
Please keep all correspondence within the NewsGroup, so all may benefit !
--------------------------------------------------------------------------

-
"JulieD" wrote in message
...
type, who types .. cut & paste works just as well :)

--
Cheers
JulieD
check out
www.hcts.net.au/tipsandtricks.htm
...well i'm working on it anyway
"Ragdyer" wrote in message
...
I would say that Don doesn't like to type as much as Julie does.<bg

The 1 and 2 represent the first and second parts of your original

formula.
--
Regards,

RD



--------------------------------------------------------------------------
-
Please keep all correspondence within the NewsGroup, so all may

benefit
!


--------------------------------------------------------------------------
-
"Rochelle B" wrote in message
...
Please forgive me for my lack of understanding...
how does the 1,2 fit in?

"Don Guillett" wrote:

=if(j14="x",1,2)

--
Don Guillett
SalesAid Software

"Rochelle B" wrote in message
...




=(J14="X")*(IF(EVEN(H14)*EVEN(E14)/144J10,EVEN(H14)*EVEN(E14*C14)/144,$J$10
))

I do not want the * after (j14="x")
I just want this formula to calculate the formula based on if

j14
has
an
x
in it.
Excel wants to put the *
I just want a comma. The formula is not calulating correctly due

to
this.

fyi: this formula is calculating Sq ft of glass, it is costly if

the
formula
is wrong

Please help, I need to have this ready to go Monday morning.









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
Calculate Value of Cell From Pick List Choice Buz Excel Discussion (Misc queries) 1 April 5th 05 08:52 PM
Syntax for inferred cell references donesquire Excel Worksheet Functions 4 April 4th 05 09:29 PM
inserting data from a row to a cell, when the row number is specified by a formula in a cell [email protected] New Users to Excel 2 January 6th 05 07:18 AM
X IN A CELL TO CALCULATE A FORMULA JUSTIN Excel Worksheet Functions 1 January 3rd 05 11:08 PM
VLookup resulting in a blank cell... KempensBoerke Excel Worksheet Functions 1 October 28th 04 09:57 PM


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