Cable Forum

Cable Forum (https://www.cableforum.uk/board/index.php)
-   General IT Discussion (https://www.cableforum.uk/board/forumdisplay.php?f=19)
-   -   IF Statement (https://www.cableforum.uk/board/showthread.php?t=28929)

MadGamer 20-05-2005 13:09

IF Statement
 
Ok as you've probably guessed, this is an Excel question. I need to know the IF Statement for my ICT Exam.

Here's what im using:

=IF(C4>2000"10% Discount"),"(<2000 N/A")

But it keeps coming up N/A in the box, so im obiously not doing something right here.

Any help appreceated, thanks

bmxbandit 20-05-2005 13:11

Re: IF Statement
 
i assume you want:

=IF(C4>2000,"10% Discount","N/A")

format is

IF(logical statement,"text if true","text if false")

gazzae 20-05-2005 13:16

Re: IF Statement
 
You want it to look like this....

=IF(C4>2000,"10% Discount","N/A")

EDIT: Beaten to it


All times are GMT. The time now is 14:55.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
All Posts and Content are © Cable Forum