![]() |
complex IF formula returns #VALUE!
=IF(AND(SUMIF(Form!I1:I100,"C",Form!N1:N100)-form2!G14<1.1,SUMIF(Form!I1:I100,"C",Form!N1:N100)-form2!G14-1.1),"ok","check")
I have a formula like this. I doubt check every cell and these related two forms. They have valid data there. Could someone give me a hint where I might find the problem? Thanks. |
complex IF formula returns #VALUE!
I'd change your formula to
=IF(ABS(SUMIF(Form!I1:I100,"C",Form!N1:N100)-Form2!G14)<1.1,"ok","check") You might want to check that Form!N1:N100 has values in it. "smart.daisy" wrote: =IF(AND(SUMIF(Form!I1:I100,"C",Form!N1:N100)-form2!G14<1.1,SUMIF(Form!I1:I100,"C",Form!N1:N100)-form2!G14-1.1),"ok","check") I have a formula like this. I doubt check every cell and these related two forms. They have valid data there. Could someone give me a hint where I might find the problem? Thanks. |
All times are GMT +1. The time now is 11:13 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com