#1   Report Post  
Posted to microsoft.public.excel.misc
diane
 
Posts: n/a
Default locking formulas??

Thank you this work. Take this one step further. What am I missing? My
formula isn't rounding.
=IF(AND(INT(StartDT)=INT(EndDT),NOT(ISNA(MATCH(INT (StartDT),
HolidayList,0)))),"0 days 0 hours", IF(INT(StartDT)=INT(EndDT),
"0 days " & ROUND(24*(EndDT-StartDT),2)&"hours",
MAX(NETWORKDAYS(StartDT+1,EndDT-1,HolidayList),0)+
INT(24*(((EndDT-INT(EndDT))-(StartDT-INT(StartDT)))+
(DayEnd-DayStart))/(24*(DayEnd-DayStart)))&
" days "&MOD(ROUND(((24*(EndDT-INT(EndDT)))-24*DayStart)+
(24*DayEnd-(24*(StartDT-INT(StartDT)))),2),
ROUND((24*(DayEnd-DayStart)),2))&" hours "))

My version of excel isn't current - I think it is 1998.


"JulieD" wrote:

Hi

you can apply worksheet protection to the sheet
first select the cells you want people to access and choose format / cells /
protection & untick locked
next choose tools / protection / protect sheet
- you can add a password, if required.
now people can only change the cells that you "unlocked" above

hope this helps
Cheers
JulieD

"internet team" wrote in message
...
Is there a way to lock formulas? I would like other users to be able to
input info, but not be able to change any of the formulas.




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
locking formulas?? Rob Excel Discussion (Misc queries) 1 July 27th 05 09:27 AM
Locking formulas Margaret DS Excel Discussion (Misc queries) 1 July 22nd 05 04:20 PM
locking formulas speary Excel Discussion (Misc queries) 6 July 21st 05 06:19 PM
Locking and Protecting and NOT displaying formulas RTP Excel Discussion (Misc queries) 2 May 4th 05 11:17 PM
Locking Sheet names in formulas O'C Excel Worksheet Functions 2 December 16th 04 06:31 PM


All times are GMT +1. The time now is 10:37 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"