Need a cell value to change automatically based on a future date
Closed
76DataSheet
Posts
3
Registration date
Wednesday October 30, 2013
Status
Member
Last seen
November 12, 2013
-
Oct 30, 2013 at 02:36 PM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Nov 18, 2013 at 10:09 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Nov 18, 2013 at 10:09 AM
Related:
- Need a cell value to change automatically based on a future date
- How to change date on whatsapp - Guide
- Change computer name cmd - Guide
- How to change your best friends list on snapchat to 3 - Guide
- How to change free fire facebook account to google account - Guide
- How to change date format in excel - Guide
5 responses
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Oct 31, 2013 at 11:34 AM
Oct 31, 2013 at 11:34 AM
Hi 76DataSheet,
Could you upload (a sample of) your file to a filesharing site like www.speedyshare.com or ge.tt etc. for better understanding?
Best regards,
Trowa
Could you upload (a sample of) your file to a filesharing site like www.speedyshare.com or ge.tt etc. for better understanding?
Best regards,
Trowa
76DataSheet
Posts
3
Registration date
Wednesday October 30, 2013
Status
Member
Last seen
November 12, 2013
Nov 5, 2013 at 06:49 PM
Nov 5, 2013 at 06:49 PM
Sorry for the delay, but I was out of town. Here's the link:
http://speedy.sh/26aaY/Sample.xlsx
Thanks!
http://speedy.sh/26aaY/Sample.xlsx
Thanks!
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Nov 12, 2013 at 11:29 AM
Nov 12, 2013 at 11:29 AM
Hi 76DataSheet,
Looked at your file and it is not very clear what you are trying to achieve.
If L35 is true then M35 = 0
If L35 is false, but F2+8<E35 is true then M35 = 0
This is what you want right?
Best regards,
Trowa
Looked at your file and it is not very clear what you are trying to achieve.
If L35 is true then M35 = 0
If L35 is false, but F2+8<E35 is true then M35 = 0
This is what you want right?
Best regards,
Trowa
76DataSheet
Posts
3
Registration date
Wednesday October 30, 2013
Status
Member
Last seen
November 12, 2013
Nov 12, 2013 at 01:24 PM
Nov 12, 2013 at 01:24 PM
Thanks for your response Trowa! Sorry about the syntax, but I think this is what I am trying to do:
If F35 is Class A, and L35 is true then M35 = 0
If F35 is Class B, and L35 is true, M35 = 0 but only if F2>E35+8. Otherwise, M35=I35
If its Class A then nothing fancy to be done, M35 = 0 when its marked Reported.
However, for Class B the Graduated numbers for that class are left blank for the report in which the class begins, because they don't graduate from that class during that week. But I still need to note that class has been reported for the other information, and do so by clicking on the check box that changes Newly Entered, Currently Enrolled, and Graduated numbers to 0 for all classes regardless of the class type. For Class B, the students graduate the week following the initial report, and the number of students graduated will be entered on the 2nd report while the newly entered and currently enrolled will remain 0, as they were entered on the 1st report. When it comes time to submit a 3rd report, a week after the 2nd report, the number of students graduated from Class B during Week 2 should not be included on the report for week 3. At that time I would like M35 = 0 for Class B.
Thanks for trying,
76DataSheet
If F35 is Class A, and L35 is true then M35 = 0
If F35 is Class B, and L35 is true, M35 = 0 but only if F2>E35+8. Otherwise, M35=I35
If its Class A then nothing fancy to be done, M35 = 0 when its marked Reported.
However, for Class B the Graduated numbers for that class are left blank for the report in which the class begins, because they don't graduate from that class during that week. But I still need to note that class has been reported for the other information, and do so by clicking on the check box that changes Newly Entered, Currently Enrolled, and Graduated numbers to 0 for all classes regardless of the class type. For Class B, the students graduate the week following the initial report, and the number of students graduated will be entered on the 2nd report while the newly entered and currently enrolled will remain 0, as they were entered on the 1st report. When it comes time to submit a 3rd report, a week after the 2nd report, the number of students graduated from Class B during Week 2 should not be included on the report for week 3. At that time I would like M35 = 0 for Class B.
Thanks for trying,
76DataSheet
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Nov 18, 2013 at 10:09 AM
Nov 18, 2013 at 10:09 AM
Hi 76DataSheet,
Then the following formula should do the trick:
=IF(AND(F35="Class A",L35=TRUE),0,IF(AND(F35="Class B",L35=TRUE,$F$2>E35+8),0,I35))
Best regards,
Trowa
Then the following formula should do the trick:
=IF(AND(F35="Class A",L35=TRUE),0,IF(AND(F35="Class B",L35=TRUE,$F$2>E35+8),0,I35))
Best regards,
Trowa