Hello,
I'm wanting help with an IF statement.
I am wanting to say If value in column G is equals or greater than the minimum (column C ) then 2750 until the value in column G is less than or equal to Max (column D) then 4000
=IF(ISBLANK(G3),"",IF(G3>=C3,2750,IF(G3<=D3,4000)))
This is what Ii have got but it doesn't work how I need it because of the until part.
Any help would be appreciated.
Thanks
I'm wanting help with an IF statement.
I am wanting to say If value in column G is equals or greater than the minimum (column C ) then 2750 until the value in column G is less than or equal to Max (column D) then 4000
=IF(ISBLANK(G3),"",IF(G3>=C3,2750,IF(G3<=D3,4000)))
This is what Ii have got but it doesn't work how I need it because of the until part.
Any help would be appreciated.
Thanks