I have been trying to get the VBA to enter a specific formula into another cell (which are also drop down lists) when another drop down list is changed. Please see below for clarity:
Cell C2 - When this drop list cell is changed
Cell B14 - I would like this drop list to have the following formula automatically inserted:
="Contract Controls:"&" "&INDEX(Contract!D95:XFD95,MATCH('CHECKLIST 2'!C2,Contract!D3:XFD3,0))
Cell A14 - I would also like this drop list to have the following formula automatically inserted:
="Contract:"&" "&INDEX(Contract!D4:XFD4,MATCH('CHECKLIST 2'!C2,Contract!D3:XFD3,0))
Thank you in advance for any advice
Best Regards
Cell C2 - When this drop list cell is changed
Cell B14 - I would like this drop list to have the following formula automatically inserted:
="Contract Controls:"&" "&INDEX(Contract!D95:XFD95,MATCH('CHECKLIST 2'!C2,Contract!D3:XFD3,0))
Cell A14 - I would also like this drop list to have the following formula automatically inserted:
="Contract:"&" "&INDEX(Contract!D4:XFD4,MATCH('CHECKLIST 2'!C2,Contract!D3:XFD3,0))
Thank you in advance for any advice
Best Regards