Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have the attached document.
What I want it to do is when the "Users" sheet is activated I want it to check the "Main" sheet and see if the selection Dept = "IT" is one the "Current Selections", if it is I want it to removed from the Current Selections on "Users" sheet and then make the selection Dept - "Finance".
Thanks
Thanks Mayil, the epression did not work but I changed it to the following
=if(GetCurrentSelections('Sales')>0,'London','')
HI
Please check the attached file and let me know this you want??
Regards,
R.Mayil Vahanan
Nice work! Very clever!
Hi Mayil,
How do I make it select another field from another table?
So if Sales is Sleected, I want it to choose the City London when the "Users" Sheet is Activated.
Thanks
Hi
Hope you have link between two tables,
if so,
use like this
select in field: City
search string: =if(getfieldselecions(Sales)>0,'London','')
i didn't open the file.am in outside.. so oly.
Thanks Mayil, the epression did not work but I changed it to the following
=if(GetCurrentSelections('Sales')>0,'London','')