cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Formula reverting back to original after refresh

former_member196865
Participant
0 Likes
290

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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

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.

former_member196865
Participant
0 Likes

Thanks.

Answers (0)