iceshark17
New Member
- Joined
- Jun 24, 2014
- Messages
- 7
I am applying a formula from one existing project to a new project with similar data, but need to understand the formula so that I may see if any changes must be made to accomodate the new project:
=IF(OR(C2=0,C2="",D2=0,D2=9999),"",(D2+(IF(AND(C2="ACP",B2<=8),REF_SHEET!$B$9,VLOOKUP(C2,REP_LIFE!$A$7:$B$21,2,0)))-REF_SHEET!$B$23))
I prefer to keep it vague and speak in terms of the names of the cells rather than the content inside of it.
Could someone please provide a translation that would look something like:
if C2 is equal to "0" or no entry, or D2 is equal to "0" or "9999", then the answer is "_". Otherwise, the answer is "D2 + 'X' if so and so is true..."
I've been staring at this formula for a few hours now and it's got me all sorts of confused.
Thank you in advance for anyone taking the time to see if they could help.
=IF(OR(C2=0,C2="",D2=0,D2=9999),"",(D2+(IF(AND(C2="ACP",B2<=8),REF_SHEET!$B$9,VLOOKUP(C2,REP_LIFE!$A$7:$B$21,2,0)))-REF_SHEET!$B$23))
I prefer to keep it vague and speak in terms of the names of the cells rather than the content inside of it.
Could someone please provide a translation that would look something like:
if C2 is equal to "0" or no entry, or D2 is equal to "0" or "9999", then the answer is "_". Otherwise, the answer is "D2 + 'X' if so and so is true..."
I've been staring at this formula for a few hours now and it's got me all sorts of confused.
Thank you in advance for anyone taking the time to see if they could help.