Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]() I need to compare the contents of (B:8) and (B:10) if the value of (B:8) is .35 then do nothing but if it is greater than .35 I need to put an "*" in (N:5). Can somone PLEASE help me with this??? ![]() -- randy_tn ------------------------------------------------------------------------ randy_tn's Profile: http://www.excelforum.com/member.php...o&userid=16001 View this thread: http://www.excelforum.com/showthread...hreadid=276411 |
#2
![]() |
|||
|
|||
![]()
Hi
why not a formula in N5: =IF(B80.35,"*","") -- Regards Frank Kabel Frankfurt, Germany "randy_tn" schrieb im Newsbeitrag ... I need to compare the contents of (B:8) and (B:10) if the value of (B:8) is .35 then do nothing but if it is greater than .35 I need to put an "*" in (N:5). Can somone PLEASE help me with this??? ![]() -- randy_tn --------------------------------------------------------------------- --- randy_tn's Profile: http://www.excelforum.com/member.php...o&userid=16001 View this thread: http://www.excelforum.com/showthread...hreadid=276411 |
#3
![]() |
|||
|
|||
![]()
I think it is N5=If(B80.35,"","*")
Thank you, K.S.Warrier "Frank Kabel" wrote: Hi why not a formula in N5: =IF(B80.35,"*","") -- Regards Frank Kabel Frankfurt, Germany "randy_tn" schrieb im Newsbeitrag ... I need to compare the contents of (B:8) and (B:10) if the value of (B:8) is .35 then do nothing but if it is greater than .35 I need to put an "*" in (N:5). Can somone PLEASE help me with this??? ![]() -- randy_tn --------------------------------------------------------------------- --- randy_tn's Profile: http://www.excelforum.com/member.php...o&userid=16001 View this thread: http://www.excelforum.com/showthread...hreadid=276411 |
#4
![]() |
|||
|
|||
![]()
Hi randy
don't see why you need a macro ... and i can't see from your post what B10 has to do with anything, but here's a formula that checks the value of B8 and does the appropriate in N5 =IF(B8=0.35,"",IF(B80.35,"*","not sure")) (also didn't know what you wanted to do if B8 was less than .35 ... replace the "not sure" bit with what you want to see in N5 when B8 is less than .35) Cheers JulieD "randy_tn" wrote in message ... I need to compare the contents of (B:8) and (B:10) if the value of (B:8) is .35 then do nothing but if it is greater than .35 I need to put an "*" in (N:5). Can somone PLEASE help me with this??? ![]() -- randy_tn ------------------------------------------------------------------------ randy_tn's Profile: http://www.excelforum.com/member.php...o&userid=16001 View this thread: http://www.excelforum.com/showthread...hreadid=276411 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Moving down one row in a macro | New Users to Excel | |||
Record Macro Relative does not work? | Excel Discussion (Misc queries) | |||
Record Macro Relative does not work? | Excel Discussion (Misc queries) | |||
Executing macro for all worksheet from a different worksheet | New Users to Excel | |||
Macro and If Statement | Excel Discussion (Misc queries) |