ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Need help with a formula (https://www.excelbanter.com/excel-programming/334834-need-help-formula.html)

htmldiva

Need help with a formula
 

I am working on a timesheet. I have a dropdown list (Cell W8) wit
categories of time, a cell with manual hours (Cell M8) and a cell wit
converted hours (Cell L8) (formula =(K8-INT(K8))*24). I want to use
formula to show if Cell W8 = General and Cell L8 is less than or equa
to Cell M8 to perform an action. Here's my formula.

If Range("W8").Value = "General" And Range("L8").Value <
Range("M8").Value Then
Range("w8").Interior.ColorIndex = 46
MsgBox ("Adjust numbers for time off or change the type to General
or Holiday, then recalculate.")
Range("o35").Value = "Error Alert! Please review and recalculat
timesheet"

I can get the formula to recognize less than and greater than, but i
it's equal to it still performs as if it's less than. Can you help

--
htmldiv
-----------------------------------------------------------------------
htmldiva's Profile: http://www.excelforum.com/member.php...fo&userid=1941
View this thread: http://www.excelforum.com/showthread.php?threadid=38802


optionbase1[_2_]

Need help with a formula
 

could you clarify?

as I see it ....

you have defined your IF to recognise the "if L8 is less than or Equal
to M8"; but then you say you don't want this in the last line.

you can remove the ='s sign in the <= to stop this behaviour ...?

is that right?


--
optionbase1
------------------------------------------------------------------------
optionbase1's Profile: http://www.excelforum.com/member.php...o&userid=25212
View this thread: http://www.excelforum.com/showthread...hreadid=388025


Bob Phillips[_6_]

Need help with a formula
 
Do you mean

If Range("W8").NumberFormat = "General" And Range("L8").Value <
Range("M8").Value Then
Range("w8").Interior.ColorIndex = 46
MsgBox ("Adjust numbers for time off or change the type to General or
Holiday, then recalculate.")
Range("o35").Value = "Error Alert! Please review and recalculate
timesheet"
End If

--

HTH

RP
(remove nothere from the email address if mailing direct)


"htmldiva" wrote in
message ...

I am working on a timesheet. I have a dropdown list (Cell W8) with
categories of time, a cell with manual hours (Cell M8) and a cell with
converted hours (Cell L8) (formula =(K8-INT(K8))*24). I want to use a
formula to show if Cell W8 = General and Cell L8 is less than or equal
to Cell M8 to perform an action. Here's my formula.

If Range("W8").Value = "General" And Range("L8").Value <=
Range("M8").Value Then
Range("w8").Interior.ColorIndex = 46
MsgBox ("Adjust numbers for time off or change the type to General
or Holiday, then recalculate.")
Range("o35").Value = "Error Alert! Please review and recalculate
timesheet"

I can get the formula to recognize less than and greater than, but if
it's equal to it still performs as if it's less than. Can you help?


--
htmldiva
------------------------------------------------------------------------
htmldiva's Profile:

http://www.excelforum.com/member.php...o&userid=19415
View this thread: http://www.excelforum.com/showthread...hreadid=388025




optionbase1[_3_]

Need help with a formula
 

yes.


(if that was to me ..

--
optionbase
-----------------------------------------------------------------------
optionbase1's Profile: http://www.excelforum.com/member.php...fo&userid=2521
View this thread: http://www.excelforum.com/showthread.php?threadid=38802


Bob Phillips[_6_]

Need help with a formula
 
No, the OP.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"optionbase1"
wrote in message
...

yes.


(if that was to me ..)


--
optionbase1
------------------------------------------------------------------------
optionbase1's Profile:

http://www.excelforum.com/member.php...o&userid=25212
View this thread: http://www.excelforum.com/showthread...hreadid=388025





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

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