MadCallidus
New Member
- Joined
- Jan 11, 2017
- Messages
- 8
Hi all,
I have a largeish timesheet XLSM which contains a tab for each month of the year. Each month contains project numbers against employees. there is also some project data on the tab.
Every time I open the workbook it defaults to select a particular cell in October's tab. This cell contains an array formula as follows:
=IF(COUNTIF(DATA!$A$12:$A$224,$A$1)<14,"",INDEX(DATA!$G$12:$G$224,SMALL(IF(DATA!$A$12:$A$224=$A$1,ROW(DATA!$A$12:$A$224)-ROW(DATA!$A$12)+1,""),14)))
This is the same formula and cell format as in every other month and for several cells above and below.
As well as automatically selecting this cell on opening the file, the cell loses the squiggly brackets meaning I have to CTRL/SHILFT/ENTER each time to show the result I want.
Any ideas what is happening here?
Thanks,
Andy
I have a largeish timesheet XLSM which contains a tab for each month of the year. Each month contains project numbers against employees. there is also some project data on the tab.
Every time I open the workbook it defaults to select a particular cell in October's tab. This cell contains an array formula as follows:
=IF(COUNTIF(DATA!$A$12:$A$224,$A$1)<14,"",INDEX(DATA!$G$12:$G$224,SMALL(IF(DATA!$A$12:$A$224=$A$1,ROW(DATA!$A$12:$A$224)-ROW(DATA!$A$12)+1,""),14)))
This is the same formula and cell format as in every other month and for several cells above and below.
As well as automatically selecting this cell on opening the file, the cell loses the squiggly brackets meaning I have to CTRL/SHILFT/ENTER each time to show the result I want.
Any ideas what is happening here?
Thanks,
Andy