Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have one column with worksheet names in it and a second column with
formulas that use the adjacent worksheet name. Is there a formula or a way to use conditional formatting to check if the formulas have the correct sheet name in them? Column A Column B Apexel If(Apexel ! D10 = 3, F10*16) TIA Todd |
#2
![]() |
|||
|
|||
![]()
Ho do you know if it is incorrect, what result do the formula give indicating
it is not correct? Use that criteria for you conditional formatting, so if it gives an error you can use formula is and =ISERROR(your_formula) if it returns a zero if it is incorrect use =your_formula=0 Regards, Peo Sjoblom "Todd L." wrote: I have one column with worksheet names in it and a second column with formulas that use the adjacent worksheet name. Is there a formula or a way to use conditional formatting to check if the formulas have the correct sheet name in them? Column A Column B Apexel If(Apexel ! D10 = 3, F10*16) TIA Todd |
#3
![]() |
|||
|
|||
![]()
Thank you.
What I am thinking of is if when a user adds sheets or rows later the formulas might get pointed to the wrong sheets the user wouldn't know it. I have a check that sums all the cells and compares them in total. I am looking for a way to pinpoint which formulas have changed. Todd "Peo Sjoblom" wrote: Ho do you know if it is incorrect, what result do the formula give indicating it is not correct? Use that criteria for you conditional formatting, so if it gives an error you can use formula is and =ISERROR(your_formula) if it returns a zero if it is incorrect use =your_formula=0 Regards, Peo Sjoblom "Todd L." wrote: I have one column with worksheet names in it and a second column with formulas that use the adjacent worksheet name. Is there a formula or a way to use conditional formatting to check if the formulas have the correct sheet name in them? Column A Column B Apexel If(Apexel ! D10 = 3, F10*16) TIA Todd |
#4
![]() |
|||
|
|||
![]()
Hi
if you would use INDIRECT it may be possible. e.g. try in B1: =IF(ISERROR(INDIRECT("'" & A1 & "'!D10")),"ERROR in sheetname",If(INDIRECT("'" & A1 & "'!D10")= 3, F10*16)) -- Regards Frank Kabel Frankfurt, Germany "Todd L." schrieb im Newsbeitrag ... I have one column with worksheet names in it and a second column with formulas that use the adjacent worksheet name. Is there a formula or a way to use conditional formatting to check if the formulas have the correct sheet name in them? Column A Column B Apexel If(Apexel ! D10 = 3, F10*16) TIA Todd |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula with text and reference to a date cell | Excel Discussion (Misc queries) | |||
inserting data from a row to a cell, when the row number is specified by a formula in a cell | New Users to Excel | |||
Formatting a cell as "text" in the number catagory. | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions | |||
Cell doesn't show formula result - it shows formula (CTRL + ' doe. | Excel Worksheet Functions |