I have set up a form that uses DGET functions to pull data from a spreadsheet. If the cell on the spreadsheet does not contain data, the DGET function returns "#VALUE!".
I would like to use conditional formatting to change the font color to white on cells that contain "#VALUE!".
I have tried:
cell value is = #VALUE!
cell value is = "#VALUE!"
cell value is = 0
cell value is = "0"
formula is = #VALUE!
formula is = "#VALUE!"
formula is = DGET(STYLE,"CUSTOMER",CRIT)=#VALUE!
formula is = DGET(STYLE,"CUSTOMER",CRIT)="#VALUE!"
formula is = DGET(STYLE,"CUSTOMER",CRIT)=0
formula is = DGET(STYLE,"CUSTOMER",CRIT)="0"
formula is = DGET(STYLE,"CUSTOMER",CRIT)=FALSE
formula is = DGET(STYLE,"CUSTOMER",CRIT)="FALSE"
None of these formats works.
Can anyone help or is this impossible?
Linsey
I would like to use conditional formatting to change the font color to white on cells that contain "#VALUE!".
I have tried:
cell value is = #VALUE!
cell value is = "#VALUE!"
cell value is = 0
cell value is = "0"
formula is = #VALUE!
formula is = "#VALUE!"
formula is = DGET(STYLE,"CUSTOMER",CRIT)=#VALUE!
formula is = DGET(STYLE,"CUSTOMER",CRIT)="#VALUE!"
formula is = DGET(STYLE,"CUSTOMER",CRIT)=0
formula is = DGET(STYLE,"CUSTOMER",CRIT)="0"
formula is = DGET(STYLE,"CUSTOMER",CRIT)=FALSE
formula is = DGET(STYLE,"CUSTOMER",CRIT)="FALSE"
None of these formats works.
Can anyone help or is this impossible?
Linsey