Excel,problem with if function
Solved/Closed
soni17177
Posts
10
Registration date
Wednesday October 10, 2012
Status
Member
Last seen
October 22, 2012
-
Oct 16, 2012 at 01:49 PM
soni17177 Posts 10 Registration date Wednesday October 10, 2012 Status Member Last seen October 22, 2012 - Oct 17, 2012 at 02:32 PM
soni17177 Posts 10 Registration date Wednesday October 10, 2012 Status Member Last seen October 22, 2012 - Oct 17, 2012 at 02:32 PM
Related:
- Excel,problem with if function
- Excel marksheet - Guide
- Number to words in excel - Guide
- Excel apk for pc - Download - Spreadsheets
- Find function on mac - Guide
- Kernel for excel - Download - Backup and recovery
3 responses
aquarelle
Posts
7140
Registration date
Saturday April 7, 2007
Status
Moderator
Last seen
March 25, 2024
491
Oct 16, 2012 at 03:28 PM
Oct 16, 2012 at 03:28 PM
Hi,
Try this :
=IF(H33>=75,"A",IF(H33>=60,"B",IF(H33>=45,"C",IF(H33>=33,"D",IF(H33>=0,"E",IF(H33="AB","E"))))))
Best regards
Try this :
=IF(H33>=75,"A",IF(H33>=60,"B",IF(H33>=45,"C",IF(H33>=33,"D",IF(H33>=0,"E",IF(H33="AB","E"))))))
Best regards
soni17177
Posts
10
Registration date
Wednesday October 10, 2012
Status
Member
Last seen
October 22, 2012
Oct 16, 2012 at 03:40 PM
Oct 16, 2012 at 03:40 PM
above given formula also showing A for alphabatic cell having value AB
aquarelle
Posts
7140
Registration date
Saturday April 7, 2007
Status
Moderator
Last seen
March 25, 2024
491
Oct 16, 2012 at 04:13 PM
Oct 16, 2012 at 04:13 PM
And like that ?
=IF(H33="AB","E",IF(H33>=75,"A",IF(H33>=60,"B",IF(H33>=45,"C",IF(H33>=33,"D",IF(H33>=0,"E"))))))
=IF(H33="AB","E",IF(H33>=75,"A",IF(H33>=60,"B",IF(H33>=45,"C",IF(H33>=33,"D",IF(H33>=0,"E"))))))
soni17177
Posts
10
Registration date
Wednesday October 10, 2012
Status
Member
Last seen
October 22, 2012
Oct 17, 2012 at 02:32 PM
Oct 17, 2012 at 02:32 PM
thanks a lot