tlc53
Active Member
- Joined
- Jul 26, 2018
- Messages
- 399
Hi there,
I am stumped as to how to construct this part of my IF formula
Column
F25 = 333,000.....G25 = 100,000
F26 = 100,000.....G26 = 333,000
F27 = 20,000.......G27 = 0
F28 ....................G28
F29 ....................G29
F30 ....................G30
This is my attempt but it's returning #VALUE !
=IF(AND(G25:G30=0,F25:F30>0),TRUE,FALSE)
I would like it to look if cell G25 = 0 and F25 > 0, or G26 =0 and F26 >0, or G27 = 0 and F27 >0, etc
If any return True, then True, otherwise False. So above G27 and F27 return True, so overall formula return true.
I would like to refer to the column rather than individual cells, as I have a large range to look at.
Hopefully that makes some sense!!
Thanks
I am stumped as to how to construct this part of my IF formula
Column
F25 = 333,000.....G25 = 100,000
F26 = 100,000.....G26 = 333,000
F27 = 20,000.......G27 = 0
F28 ....................G28
F29 ....................G29
F30 ....................G30
This is my attempt but it's returning #VALUE !
=IF(AND(G25:G30=0,F25:F30>0),TRUE,FALSE)
I would like it to look if cell G25 = 0 and F25 > 0, or G26 =0 and F26 >0, or G27 = 0 and F27 >0, etc
If any return True, then True, otherwise False. So above G27 and F27 return True, so overall formula return true.
I would like to refer to the column rather than individual cells, as I have a large range to look at.
Hopefully that makes some sense!!
Thanks