View Single Post
 
Old 02-10-2018, 03:19 PM
Haha88 Haha88 is offline Windows 8 Office 2010 32bit
Advanced Beginner
 
Join Date: Mar 2015
Posts: 79
Haha88 is on a distinguished road
Default IF Formula not returns result - Help

Hi,

Original formula:
=IF($C4>=I$3,"",IF(H4="",((I$3-$C4+1)/I$1*$G4),IF($B4-SUM($H4:H4)>$G4,$G4,$B4-SUM($H4:H4))))

Changed to take out the blank colunm - No result
=IF($C4>=H$3,"",(H$3-$C4+1)/H$1*$G4),IF($B4-SUM($H4:H4)<$G4,$G4,$B4-SUM($H4:H4))

Please help to identify the error on the second formula.

I attached the example sheet.

Thank you.
Attached Files
File Type: xlsx IF formula Error.xlsx (15.3 KB, 16 views)
Reply With Quote