Forum Discussion

olavmeling's avatar
olavmeling
Copper Contributor
Feb 06, 2019

Need help creating a formula

Hi,

Can anyone help me create a formula that looks for all numbers in a column that also has a certain number in its row (19-2) ?

 

  • Nauthstar's avatar
    Nauthstar
    Iron Contributor
    Try this...
    =AND(ISNUMBER($G1),$H1="(19-2)") placed in your Conditional Formatting settings in column "P". You'll need to replace the $G1 and $H1 with the relevant row number for your spreadsheet e.g.. change it to $G58 and H58 if that's the first row where your data starts

    Regards
    N
    • olavmeling's avatar
      olavmeling
      Copper Contributor

      Thank you Nauthstar for your answer, but I did not manage to place the formula. Could you try to place the formula in the attached file?

       

      Thank you very much for your time!

Resources