peterderrington
New Member
- Joined
- Aug 6, 2019
- Messages
- 26
- Office Version
- 2019
- Platform
- Windows
Morning!
An easy one this morning (based on how clever everyone round here appears to be)....
I have a spread sheet with various calculations in it. What I would like is for a cell to simply blank that cell if another cell on that row has a specific value in it.
Example.
The Column with the specific value in is BD, the value in this column can be "True", "False", or blank.
If the cell returns "True" then I want the calculation to go ahead, however if it returns as either "False" or Blank then I want it to return Blank
An example of some of the calculations that are running in some of the columns are:
AB = {=IF(ISNUMBER(SEARCH("*",AG2:AJ2)),"Yes","No")}
AC = =IF(J2<>"",J2,"")
AF = =IFERROR(IF(AE2-AC2<>"",AE2-AC2,""),"")
I'm guessing I need another 'IF' statement at the front?
Thanks.
An easy one this morning (based on how clever everyone round here appears to be)....
I have a spread sheet with various calculations in it. What I would like is for a cell to simply blank that cell if another cell on that row has a specific value in it.
Example.
The Column with the specific value in is BD, the value in this column can be "True", "False", or blank.
If the cell returns "True" then I want the calculation to go ahead, however if it returns as either "False" or Blank then I want it to return Blank
An example of some of the calculations that are running in some of the columns are:
AB = {=IF(ISNUMBER(SEARCH("*",AG2:AJ2)),"Yes","No")}
AC = =IF(J2<>"",J2,"")
AF = =IFERROR(IF(AE2-AC2<>"",AE2-AC2,""),"")
I'm guessing I need another 'IF' statement at the front?
Thanks.