Hi guys, I need some explaining in IF formula. How can I write condition with IF to automate check my Data Base from my table automatically?
something like this: =IF( E3=F3 then past value from G3 in C3 cell) + =If( I already have value in C3 cell but it is not the same as in G3 then change it on right one frome the table and as additional give a red color to me for visually viewing the mistake place in MY Data base).
I need to fully automate C3:C6 column to auto check from MY TABLE by two Column A and B.
Thanks !!!
something like this: =IF( E3=F3 then past value from G3 in C3 cell) + =If( I already have value in C3 cell but it is not the same as in G3 then change it on right one frome the table and as additional give a red color to me for visually viewing the mistake place in MY Data base).
I need to fully automate C3:C6 column to auto check from MY TABLE by two Column A and B.
Thanks !!!
What I have | |||||||
MY DATA BASE | MY TABLE | ||||||
TH | INCH | od | TH | INCH | od | ||
12 | 3 | 12 | 3 | 14,5 | |||
15 | 4 | 15 | 4 | 2,11 | |||
18 | 39 | 18 | 39 | 31,5 | |||
What I need | |||||||
MY DATA BASE | MY TABLE | ||||||
TH | INCH | od | TH | INCH | od | ||
12 | 3 | 14,5 | 12 | 3 | 14,5 | ||
15 | 4 | 2,11 | 15 | 4 | 2,11 | ||
18 | 39 | 31,5 | 18 | 39 | 31,5 | ||