on 2017 Apr 17 12:45 PM
Hi all,
We have a specific requirement for one input form as below.
Project and Components are dimensions added to the row axis. Start date and end date are the dates specific to a component which is maintained as master data, and retrieved in the sheet using local member and epm formula. In the column we are overriding with 10 years. So in the report section, users should only enter in the relevant years ( white cells) within the start date and end date. Grey cells has to be prohibited from data entry (by protecting the cells).
Please help us with this scenario - how we can grey out the cells as well as protect it?

Thanks and Regards,
Sreeja V
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vadim,
Need one more suggestion regarding the same.
I have mentioned in my query the column axis is fixed to 10 columns. If the column numbers are dynamic, will we be able to achieve the same.?
When I tried with the below options I encountered following problems:
1) Epmcopyrange with conditional formatting and validation --> In the report it was taking the first cell reference (which we have given in the cell range for epmcopy range formula.) for all the cells.
(Refer to attachment 1)
2) epmformatting sheet --> Here also for all the columns it was taking the same cell reference that we have given in the epmformatting sheet cell reference instead of taking respective column headers.
Regards,
Sreeja V
Epmcopyrange - don't use.
epmformatting sheet:
use cells relative references related to the cell in formatting sheet!
Ex:
In formatting sheet you have cell F22 then to have a reference to first row in the same column you have to use:
F$1
F will be changed to current column when format is applied to data cell
To reference column B for the same row - use:
$B22
22 will be changed to current row when format is applied to data cell
Hi Vadim,
I was trying in that way only. Please find the same below:
EPMFormatting sheet formula:
=OR(RIGHT($R104,2)<=RIGHT(F$122,2),RIGHT($S104,2)>=RIGHT(F$122,2))
Report after refresh - Please find attached with conditional formula
Thanks and Regards,
Sreeja V
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Vadim.. 🙂
I think the date formatting in my input form was creating issue. Date reference cell,i have given in "04/21/2015" format. So it was not taking correct value for comparison.
Now, i recreated the scenario that you have shared. Then realized the formatting issue in the date.
Thanks a lot for your quick reply/help.
Regards,
Sreeja V
For this specific case - only conditional formatting and data validation!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 7 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.