Need some advise from someone who has the black belt in excel.
Im preparing the main data for subsequent pivottabeling, but my data suffers from slow calculation due to the use of a series of COUNTIFS.
The COUNTIF is looking in a cell where week numbers have been set up in a string (dataimport) seperated by commas. In order to calculate across a number of rooms I have set up 52 cells representing the weeks of the year and then use COUNTIF to check if the weeknumber is occurs in the string.
Column J "Scheduled weeks" value example: ,6,8,10,15,33,34,35,52,
Column T "week1", Formula: =COUNTIF($J2;"*,"&T$1&",*")
Since Im counting the number of bookings over a year I have 7200 rows counting on 52 weeks - which kinda' takes 5 min to calculate everytime a cell is changed, or sheet opens/saves.
Any takes on this? Also is it possible to add a sample/picture in this blog?
Im preparing the main data for subsequent pivottabeling, but my data suffers from slow calculation due to the use of a series of COUNTIFS.
The COUNTIF is looking in a cell where week numbers have been set up in a string (dataimport) seperated by commas. In order to calculate across a number of rooms I have set up 52 cells representing the weeks of the year and then use COUNTIF to check if the weeknumber is occurs in the string.
Column J "Scheduled weeks" value example: ,6,8,10,15,33,34,35,52,
Column T "week1", Formula: =COUNTIF($J2;"*,"&T$1&",*")
Since Im counting the number of bookings over a year I have 7200 rows counting on 52 weeks - which kinda' takes 5 min to calculate everytime a cell is changed, or sheet opens/saves.
Any takes on this? Also is it possible to add a sample/picture in this blog?