Can I use a range name in if formula?
Closed
CS Formula
-
Oct 13, 2011 at 07:33 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Oct 15, 2011 at 07:58 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Oct 15, 2011 at 07:58 AM
Related:
- Can I use a range name in if formula?
- Number to words in excel formula - Guide
- Date formula in excel dd/mm/yyyy - Guide
- Logitech formula vibration feedback wheel driver - Download - Drivers
- Excel grade formula - Guide
- Cardtext formula in word - Guide
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Oct 13, 2011 at 10:21 AM
Oct 13, 2011 at 10:21 AM
Hi CS Formula,
You can't compare a single cell to a range when using IF formula.
Try this: =IF(OR(C384=A4,C384=A5,C384=A6,C384=A7),J384,"")
Best regards,
Trowa
You can't compare a single cell to a range when using IF formula.
Try this: =IF(OR(C384=A4,C384=A5,C384=A6,C384=A7),J384,"")
Best regards,
Trowa
Oct 15, 2011 at 07:58 AM
=IF(COUNTIF(A4:a47,"Income")>0,J384,"")