User Profile
Axsom
Copper Contributor
Joined 6 years ago
User Widgets
Recent Discussions
Taskbar location HELP...
I have 3 Samsung 32" curved monitors (LC32G5xT) that I use in Surround mode 7680x1440 resolution. I have been using Windows 11 now for a few weeks and the Taskbar placement has been centered on my middle monitor, until this morning. When I booted up this AM my taskbar was centered on the left side monitor. I have tried to un-span the monitors and set the middle monitor to the primary, then reboot and re-span them. As soon as I confirm the settings it goes right back to the far left side. Is there a registry hack or something/anything that I can do to make the taskbar stay on the middle monitor when set in surround/span mode???620Views0likes0CommentsI don't know if this can be done
Ok, I hope I can explain what I'm trying to do clear enough to get an answer. The cell A1 can have one of 4 entries, <blank>, 2, 1, 0. I need to nest an IF statement so that if the entry is either left blank the reply will be blank, if it is 2, the reply would be 1, if it is 1 or 0 the reply would be 0. I know that =IF(A1=2,1,0) replies 1 if the entry is 2, and 0 for anything else (including blank) and that=IF(A1 <> "",A1,"") will reply blank if the cell is blank or the original value in the cell regardless of what it is. I have tried to nest these together but all I get is the original value put into the cell. I have tried: =IF(A1 <> "", A1, if(A1=2,1,0)) =IF(A1 <> "", A1,(IF(A1=2,1,0))) Am I even close to being on the right track or do I need to do something completely different?986Views0likes5Comments
Groups
Recent Blog Articles
No content to show