Hey, thank you in advance for any help you can offer!
1. Trying to make a cell stay blank until another is filled. ( I have tried ISBLANK but I can't figure out how to add it to current AND(True, False)formula with formatting based on another two cells in the sheet. I did not write the AND() formula, I am only working with it: {=IF(AND(H40>E40,I40>E40),"Approve","Deny")}
2. I am trying to get the same sheet to highlight an entire row when the last column (J) gets one of those True,False answers. I can get it to highlight A-C and J but not D-I.
*H-J have separate formula formatting for each column that create data based on items entered into E-G and I have made H and I remain blank until data is entered in their corresponding cells:
{=IF(ISBLANK(E82),"", 7500-F82) } I am just not sure how to get the whole row to highlight instead of just J {cel lvalue = to "DENY" format red fill applies to =$J:$J}
Thank you.
1. Trying to make a cell stay blank until another is filled. ( I have tried ISBLANK but I can't figure out how to add it to current AND(True, False)formula with formatting based on another two cells in the sheet. I did not write the AND() formula, I am only working with it: {=IF(AND(H40>E40,I40>E40),"Approve","Deny")}
2. I am trying to get the same sheet to highlight an entire row when the last column (J) gets one of those True,False answers. I can get it to highlight A-C and J but not D-I.
*H-J have separate formula formatting for each column that create data based on items entered into E-G and I have made H and I remain blank until data is entered in their corresponding cells:
{=IF(ISBLANK(E82),"", 7500-F82) } I am just not sure how to get the whole row to highlight instead of just J {cel lvalue = to "DENY" format red fill applies to =$J:$J}
Thank you.