ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   adding a formula including the value another formula gets (https://www.excelbanter.com/excel-discussion-misc-queries/78904-adding-formula-including-value-another-formula-gets.html)

Dana

adding a formula including the value another formula gets
 
I am trying to make a formula in one cell for example H22 but that
formula includes the value from G22 but G22 already has a formula in
it. I need to tell H22 if G22 is<=0 make H22 blank. If not then add
G22 and H21 together. Any help on this?



adding a formula including the value another formula gets
 
Hi

Try this in H22:
=IF(G22<=0,"",G22+H21)

Andy.

"Dana" wrote in message
oups.com...
I am trying to make a formula in one cell for example H22 but that
formula includes the value from G22 but G22 already has a formula in
it. I need to tell H22 if G22 is<=0 make H22 blank. If not then add
G22 and H21 together. Any help on this?




Dana

adding a formula including the value another formula gets
 
I get a #Value instead of a blank because the whole G column has a
formula already in it to get its value. This populates daily and if
the day is tommorow then the next "G" stays blank but the H column is
still trying to populate. I hope I am explaining this
right...Sorry....Thanks for any more help you can give me.


Dana

adding a formula including the value another formula gets
 
I get a #Value instead of a blank because the whole G column has a
formula already in it to get its value. This populates daily and if
the day is tommorow then the next "G" stays blank but the H column is
still trying to populate. I hope I am explaining this
right...Sorry....Thanks for any more help you can give me.



adding a formula including the value another formula gets
 
Hi

That could be because you are asking Excel if G22<=0, but G22 is text. Is
that a possibility?

Andy.

"Dana" wrote in message
oups.com...
I get a #Value instead of a blank because the whole G column has a
formula already in it to get its value. This populates daily and if
the day is tommorow then the next "G" stays blank but the H column is
still trying to populate. I hope I am explaining this
right...Sorry....Thanks for any more help you can give me.




Dana

adding a formula including the value another formula gets
 
G22 ends up a value from other values on other sheets.



adding a formula including the value another formula gets
 
So if you type =ISNUMBER(G22) in a cell what do you get? If you get a TRUE,
I'll have to look elsewhere, but I bet you get a FALSE!!

Andy.

"Dana" wrote in message
ups.com...
G22 ends up a value from other values on other sheets.




Toppers

adding a formula including the value another formula gets
 
Try:

=IF(OR(LEN(G22)=0,G22<=0),"",G22+H21)
"Dana" wrote:

I get a #Value instead of a blank because the whole G column has a
formula already in it to get its value. This populates daily and if
the day is tommorow then the next "G" stays blank but the H column is
still trying to populate. I hope I am explaining this
right...Sorry....Thanks for any more help you can give me.




All times are GMT +1. The time now is 07:15 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com