Hi,
I have Two Different Formula in cell "R10" & "S10", I want Merge them in one Formula.
Cell "R10" has =IF(P10=H10,"","Check Amount")
Cell "S10" has =IF(Q10-SUM(K10:N10)=P10,"","Check Expenses")
Please help
Hi,
I have Two Different Formula in cell "R10" & "S10", I want Merge them in one Formula.
Cell "R10" has =IF(P10=H10,"","Check Amount")
Cell "S10" has =IF(Q10-SUM(K10:N10)=P10,"","Check Expenses")
Please help
My English is very poor, so please be patient >_<"
Thanks & Regards.
hkbhansali
A stab at your results could be...
=IF(P10<>H10,"Check Amount",IF(Q10-SUM(K10:N10)=P10,"Check Expenses",""))
HTH
Regards, Jeff
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks