Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Good afternoon,
I have been attempting to create a formula to do the following: In three columns: B, C & H. If B3 & C3 do not contain a value I want to H3 to also be blank despite H2 containing a figure. However, if B2 and or C2 contain a figure, I wish to display the result - if this makes sense! The existing formula in H3 is: =H2+C3-B3 and I've been trying to create the appropriate formula without success. What am I doing wrong? Regards Peter |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(B3 & C3="","",H2+C3-B3)
-- Gary''s Student - gsnu201001 "Peter" wrote: Good afternoon, I have been attempting to create a formula to do the following: In three columns: B, C & H. If B3 & C3 do not contain a value I want to H3 to also be blank despite H2 containing a figure. However, if B2 and or C2 contain a figure, I wish to display the result - if this makes sense! The existing formula in H3 is: =H2+C3-B3 and I've been trying to create the appropriate formula without success. What am I doing wrong? Regards Peter . |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On 10/04/2010 16:02, Gary''s Student wrote:
=IF(B3& C3="","",H2+C3-B3) Many thanks Gary''s Student - it works a treat, I was trying to use OR! The next question is when either B3 or C3 contain a number, how do I change the font colour of H3 to say, white? Kind regards |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Nested If problem | Excel Worksheet Functions | |||
Nested If problem | Excel Worksheet Functions | |||
A problem with Nested IFs | Excel Worksheet Functions | |||
Nested IF problem | Excel Discussion (Misc queries) | |||
Nested if problem | Excel Worksheet Functions |