Jul 19 2023 04:32 AM
How can I pull from a column on a separate sheet with multiple conditions? I can get two of the parts of the formula to work but not all. I can get any of the numbers to pull in but the blanks still pull in as 0 thx.
the formula needs to read:
If the cell value is 0, put 0
If the cell value is "" (blank), leave blank
otherwise pull the value entered in that cell
Jul 19 2023 04:46 AM
Solution@Jennyge Would this not work for you?
It returns a blank is the cell in A is blank. Otherwise it returns the value in A, be it 0 (zero), any other number or a text.
Jul 19 2023 04:51 AM