get rid of blue triangle
Maybe a silly question, but how to I get rid of the blue triangle.
MacBook, macOS 10.14
You can make a difference in the Apple Support Community!
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
Maybe a silly question, but how to I get rid of the blue triangle.
MacBook, macOS 10.14
Try this instead:
=INT((STRIPDURATION(A2−DATE(YEAR(A2−WEEKDAY(A2−1)+4),1,3))+WEEKDAY(DATE(YEAR(A2−WEEKDAY(A2−1)+4),1,3))+5)/7)
In Dutch:
=INTEGER((VERWIJDER.TIJDSDUUR(A2−DATUM(JAAR(A2−WEEKDAG(A2−1)+4);1;3))+WEEKDAG(DATUM(JAAR(A2−WEEKDAG(A2−1)+4);1;3))+5)/7)
When copy-pasting, be sure to scroll to the right to get the whole formula.
SG
Try this instead:
=INT((STRIPDURATION(A2−DATE(YEAR(A2−WEEKDAY(A2−1)+4),1,3))+WEEKDAY(DATE(YEAR(A2−WEEKDAY(A2−1)+4),1,3))+5)/7)
In Dutch:
=INTEGER((VERWIJDER.TIJDSDUUR(A2−DATUM(JAAR(A2−WEEKDAG(A2−1)+4);1;3))+WEEKDAG(DATUM(JAAR(A2−WEEKDAG(A2−1)+4);1;3))+5)/7)
When copy-pasting, be sure to scroll to the right to get the whole formula.
SG
Shouldn't be giving you a warning notice if you're using the WEEKNUM function in the right side cell.
Weeknum accepts a Date and Time value, ignores the time part, and returns a number value.
Unless your formula is more complex than this one, I see no reason for the warning triangle.
Regards,
Barry
To remove the warning triangle, you'll need to fix the issue that is causing it. Click on the triangle to read the message it is a flag for. Without information regarding what it is warning of, it's difficult to offer a solution.
Regards,
Barry
I use my numbers in dutch. Translated it is some what like 'time or maybe date units are removed'.
It are just 2 pair of cells. 1 with a date and the other with a formulae calculating iso week number (blue triangle).
Because I need the iso week number is use a more complex formulae.
=INT((A2−DATE(YEAR(A2−WEEKDAY(A2−1)+4),1,3)+WEEKDAY(DATE(YEAR(A2−WEEKDAY(A2−1)+ 4 ),1,3))+5)/7).
It returns the iso week number in cell A2. In excel there is a plain formulae for iso week#. Would be nice if Numbers would facilitate this.
Perfect! triangle gone!
Very happy!! Thanks a lot. Dank je wel ;)
get rid of blue triangle