Forum Discussion
olavmeling
Feb 06, 2019Copper Contributor
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) ?
- NauthstarIron ContributorTry 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- olavmelingCopper 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!
- NauthstarIron Contributor
Hi, Try the attached. You can add new rows and the table will expand automatically.
N