![]() |
#1
|
|||
|
|||
![]()
This may sound odd... I'm building a document with an annual calendar that the user can update for any year.
I'm building the February Calendar, and I have determined a check for leap years, 0 for false 1 for true, bookmarked as Leap2. I'm now down to the bottom row of the month. I want something that similar to the following, given that G8 = 28 and Leap2 = 1: { IF {=G8 }>= 28 { IF {=AND({=G8}=28, {=Leap2}=1)}=1 {=G8+1} "" } { IF { =G8} 0 {=G8+1} "" } } Now, my issue is purely with the syntax of using AND in this capacity. If this formula doesn't make sense, I'd appreciate a few examples of table formulas using IF and AND. Thanks in advance! |
Tags |
formula, table |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Excel Formulas | barryjones | Excel | 2 | 06-03-2013 04:27 AM |
Need help with formulas please | paul_pearson | Excel | 0 | 03-20-2013 06:51 AM |
![]() |
ninfanger | Excel | 3 | 10-23-2010 12:29 AM |
![]() |
mizzamzz | Excel | 1 | 07-08-2010 02:32 AM |
Table formulas | markg2 | Word Tables | 0 | 01-15-2010 06:49 AM |