ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Need help with a Macro (https://www.excelbanter.com/excel-worksheet-functions/5966-need-help-macro.html)

randy_tn

Need help with a Macro
 

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???
:confused:


--
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


Frank Kabel

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???
:confused:


--
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



K.S.Warrier

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???
:confused:


--
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




JulieD

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???
:confused:


--
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





All times are GMT +1. The time now is 01:03 PM.

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