on 2015 Jun 23 5:23 PM
Hi Experts,
We have a report where I need to make changes to the displayed text.
It goes something like
A B C D
1 Account Department Heading
2 ExecutiveExP Dep1 =if(b2="executiveexp" & c2="Dep1", "HR", "Total")
3 ExecutiveEXP Dep2 =if(b2="executiveexp" & c2="Dep2", "Finance", "Total")
4 GeneralEXP Dep3 =if(b2="executiveexp" & c2="Dep3", "admin", "Total")
5 GeneralEXP Dep4 =if(b2="executiveexp" & c2="Dep4", "marketing", "Total")
The report worked fine all these days, but recently the user changed the account member "executiveexp" to "execexp"
So I changed the if formula to
=if(b2="execexp" & c2="Dep1", "HR", "Total")
but after refresh it it reverting back to the old formula.
Is there any way to sort this?
Regards,
David
Request clarification before answering.
Hi David,
Is your column D that heading is local member? If yes then change formula of local member from Edit Report.
Hope this solve your problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 40 | |
| 9 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.