Search found 5 matches
- Wed Jul 02, 2025 10:12 am
- Forum: PlanMaker NX and 2024 for Windows
- Topic: how to open multiple windows in planmaker
- Replies: 1
- Views: 6048
Re: how to open multiple windows in planmaker
I have updated to the new version of Softmaker NX 2024... Now, I cannot have two windows open in planmaker. I open one and it closes the other.. before I upgraded to 2024 NX, I didn't have this issue... I could open as many planmaker windows as I needed. where is the setting to do this? I have trie...
- Mon Jun 02, 2025 3:45 pm
- Forum: PlanMaker NX and 2024 for Windows
- Topic: Cell Formatting Negative Zero
- Replies: 6
- Views: 14230
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: 14230
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: 14230
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: 14230
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...