Shibu John
New Member
Hi Team,
This is my first thread being a new member of the forum and I needed your assistance with the below mentioned formula
: =IF($D5="A",IF('Data Input Sheet'!$F5=""," ",IF('Data Input Sheet'!$F5=100,Parameters!$D$35,IF('Data Input Sheet'!$F5<=Parameters!$E$35,0,IF(AND('Data Input Sheet'!$F5>=Parameters!$B$35,'Data Input Sheet'!$F5<=Parameters!$C$35),((Parameters!$D$35)/(Parameters!$C$35-Parameters!$B$35))*('Data Input Sheet'!$F5-Parameters!$E$35))))),IF($D5="B",IF('Data Input Sheet'!$F5=""," ",IF('Data Input Sheet'!$F5=100,Parameters!$D$24,IF('Data Input Sheet'!$F5<=Parameters!$E$24,0,IF(AND('Data Input Sheet'!$F5>=Parameters!$B$24,'Data Input Sheet'!$F5<=Parameters!$C$24),((Parameters!$D$24)/(Parameters!$C$24-Parameters!$B$24))*('Data Input Sheet'!$F5-Parameters!$E$24)))))),IF($D5="C",IF('Data Input Sheet'!$F5=""," ",IF('Data Input Sheet'!$F5=100,Parameters!$D$24,IF('Data Input Sheet'!$F5<=Parameters!$E$24,0,IF(AND('Data Input Sheet'!$F5>=Parameters!$B$24,'Data Input Sheet'!$F5<=Parameters!$C$24),((Parameters!$D$24)/(Parameters!$C$24-Parameters!$B$24))*('Data Input Sheet'!$F5-Parameters!$E$24)))))))
When I add the IF($D5="C" string, I get an argument exceeded message thus the cell is not accepting the formula
What I am trying to do here is If cell $D5 has "A", "B" or "C" mentioned, the relevant conditions should be executed.
Could any one assist me in making sure I am able to run the above formula even if it means i modify the formula without changing the conditions.
Warm Regards,
Shibu John.
This is my first thread being a new member of the forum and I needed your assistance with the below mentioned formula
: =IF($D5="A",IF('Data Input Sheet'!$F5=""," ",IF('Data Input Sheet'!$F5=100,Parameters!$D$35,IF('Data Input Sheet'!$F5<=Parameters!$E$35,0,IF(AND('Data Input Sheet'!$F5>=Parameters!$B$35,'Data Input Sheet'!$F5<=Parameters!$C$35),((Parameters!$D$35)/(Parameters!$C$35-Parameters!$B$35))*('Data Input Sheet'!$F5-Parameters!$E$35))))),IF($D5="B",IF('Data Input Sheet'!$F5=""," ",IF('Data Input Sheet'!$F5=100,Parameters!$D$24,IF('Data Input Sheet'!$F5<=Parameters!$E$24,0,IF(AND('Data Input Sheet'!$F5>=Parameters!$B$24,'Data Input Sheet'!$F5<=Parameters!$C$24),((Parameters!$D$24)/(Parameters!$C$24-Parameters!$B$24))*('Data Input Sheet'!$F5-Parameters!$E$24)))))),IF($D5="C",IF('Data Input Sheet'!$F5=""," ",IF('Data Input Sheet'!$F5=100,Parameters!$D$24,IF('Data Input Sheet'!$F5<=Parameters!$E$24,0,IF(AND('Data Input Sheet'!$F5>=Parameters!$B$24,'Data Input Sheet'!$F5<=Parameters!$C$24),((Parameters!$D$24)/(Parameters!$C$24-Parameters!$B$24))*('Data Input Sheet'!$F5-Parameters!$E$24)))))))
When I add the IF($D5="C" string, I get an argument exceeded message thus the cell is not accepting the formula
What I am trying to do here is If cell $D5 has "A", "B" or "C" mentioned, the relevant conditions should be executed.
Could any one assist me in making sure I am able to run the above formula even if it means i modify the formula without changing the conditions.
Warm Regards,
Shibu John.