Hey crowd,
I have one IFS function that currently works, however I need it to make another consideration and am coming up blank with how to work around.
My current working function is
=IF(M4>0,M4,(INDEX(INSTRUCTIONS!$K$3:$K$4,MATCH(B4,INSTRUCTIONS!$J$3:$J$4,0))))
Essentially I want Column O (Estimated Invoice) to display an amount (found in four cells in INSTRUCTIONS sheet) based off the entity is a business or individual as we charge differing invoice rates; I have it look in Column M (Unpaid Invoices) and if there is a value there, I want it to return that value, if there is no value, I want it to return the value from INSTRTUCTIONS based off Business/Individual. This is all working fine within the above formula.
HOWEVER I need it to now consider if there is an already paid invoice in Column N (Prior Paid Invoice), I need Column O to return 0.
Please let me know if you need to upload a mini sheet for this, but ideally I just need to add to this already functioning formula (somehow) if N4>0 then return 0. If N4<0 then return the value within INSTRUCTIONS.
I have one IFS function that currently works, however I need it to make another consideration and am coming up blank with how to work around.
My current working function is
=IF(M4>0,M4,(INDEX(INSTRUCTIONS!$K$3:$K$4,MATCH(B4,INSTRUCTIONS!$J$3:$J$4,0))))
Essentially I want Column O (Estimated Invoice) to display an amount (found in four cells in INSTRUCTIONS sheet) based off the entity is a business or individual as we charge differing invoice rates; I have it look in Column M (Unpaid Invoices) and if there is a value there, I want it to return that value, if there is no value, I want it to return the value from INSTRTUCTIONS based off Business/Individual. This is all working fine within the above formula.
HOWEVER I need it to now consider if there is an already paid invoice in Column N (Prior Paid Invoice), I need Column O to return 0.
Please let me know if you need to upload a mini sheet for this, but ideally I just need to add to this already functioning formula (somehow) if N4>0 then return 0. If N4<0 then return the value within INSTRUCTIONS.