Search found 4 matches
- Mon Jun 02, 2025 3:45 pm
- Forum: PlanMaker NX and 2024 for Windows
- Topic: Cell Formatting Negative Zero
- Replies: 6
- Views: 8162
Re: Cell Formatting Negative Zero
@Woody44: formula is correct, overtime is based on one of the cells in the fomula, not on fixed 40 hours. It doesn't matter if the overtime is applied by the day or by the week. I think the change I provided would work -- if by the day, just substitute 8 ( or 7, or 6) in place of the 40. I don't un...
- Tue May 27, 2025 12:10 pm
- Forum: PlanMaker NX and 2024 for Windows
- Topic: Cell Formatting Negative Zero
- Replies: 6
- Views: 8162
Re: Cell Formatting Negative Zero
Received reply in email conversation.
from Support:
Just use ROUND() on the IfElse parameter, for example "=IF(K26=0,"",ROUND(K26-($G$8*$G$9),5))". That should do the trick.
from Support:
Just use ROUND() on the IfElse parameter, for example "=IF(K26=0,"",ROUND(K26-($G$8*$G$9),5))". That should do the trick.
- Tue May 27, 2025 12:05 pm
- Forum: PlanMaker NX and 2024 for Windows
- Topic: Cell Formatting Negative Zero
- Replies: 6
- Views: 8162
Re: Cell Formatting Negative Zero
@Woody44: formula is correct, overtime is based on one of the cells in the fomula, not on fixed 40 hours.
- Fri May 16, 2025 6:04 am
- Forum: PlanMaker NX and 2024 for Windows
- Topic: Cell Formatting Negative Zero
- Replies: 6
- Views: 8162
Cell Formatting Negative Zero
Hello! I am just adapting simple work hours collection sheet. The row has 3 pairs of start/stop times, one cell for break, one cell for correction, all defined as Date/Time. I make a calculation into workhours [K19] =(D19-C19)+(F19-E19)+(H19-G19)-I19+J19 Then calculate potential overtime as [L19] =I...