bpgolferguy
Active Member
- Joined
- Mar 1, 2009
- Messages
- 469
Hi, I have this formula in a cell AV5:
Yes, I know, but it really does serve a purpose and it works!...except for one thing. I would like cell AV5 to show the current value of cell E5 if none of those conditions in the formula exist. I'm sure it's just as simple as putting something at the very beginning, but I had help on this and I don't know even where to begin. Thanks in advance!
Code:
=IF(AS5=1, IF(OR(AW5="F",AND(AW5>=1,AW5<=17)),SUM(TourSB2AmMen!AN5:BE5,E5),""), IF(AS5=10, IF(OR(AW5="F",AW5="1*",AW5="2*",AW5="3*",AW5="4*",AW5="5*",AW5="6*",AW5="7*",AW5="8*",AW5="9*",AW5="10*",AW5="11*",AW5="12*",AW5="13*",AW5="14*",AW5="15*",AW5="16*",AW5="17*",AW5="18*"),SUM(TourSB2AmMen!BG5:BX5,E5),"")))