Human_doing
Board Regular
- Joined
- Feb 16, 2011
- Messages
- 137
Hi all,
I am looking to put together a formula that sums cells B3:B6 on sheet 1 and then displays message 'compliant' if the sum result is above 30 and 'non-compliant' if below 30 in a cell on sheet 2, could anyone please help? I am using Excel 2003, formulae are not my strong suit.
Formula I have so far is:
Many thanks for any help,
I am looking to put together a formula that sums cells B3:B6 on sheet 1 and then displays message 'compliant' if the sum result is above 30 and 'non-compliant' if below 30 in a cell on sheet 2, could anyone please help? I am using Excel 2003, formulae are not my strong suit.
Formula I have so far is:
Code:
=IF(Sheet1!B3:B6)>30,"Compliant","Non-compliant")
Many thanks for any help,