RAJESH1960
Banned for repeated rules violations
- Joined
- Mar 26, 2020
- Messages
- 2,313
- Office Version
- 2019
- Platform
- Windows
Hello,
After sorting the data by ID No. with the help of a formula in column D, I am trying to get the name in column D as per books, IF THE ID no. is the same else it should display the same in Portal if the ID does not match. Like this formula '=IF(B2=B3, C=D3, E2).
After sorting the data by ID No. with the help of a formula in column D, I am trying to get the name in column D as per books, IF THE ID no. is the same else it should display the same in Portal if the ID does not match. Like this formula '=IF(B2=B3, C=D3, E2).
QUERY NEW.xlsx | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
1 | Date | As Per | ID NO. | Formula | NAME | ||
2 | 01-02-2021 | Portal | 1234 | SUNDAY | JANUARY | ||
3 | 01-02-2021 | Books | 1234 | SUNDAY | SUNDAY | ||
4 | 01-02-2021 | Portal | 1234 | FEBRUARY | JANUARY | ||
5 | 01-02-2021 | Books | 2345 | FEBRUARY | FEBRUARY | ||
6 | 01-02-2021 | Portal | 2345 | MARCH | MONDAY | ||
7 | 01-02-2021 | Portal | 8888 | DECEMBER | DECEMBER | ||
8 | 01-02-2021 | Books | 3456 | MARCH | MARCH | ||
9 | 01-02-2021 | Portal | 3456 | MARCH | TUESDAY | ||
10 | 01-02-2021 | Books | 4567 | MARCH | MARCH | ||
11 | 01-02-2021 | Portal | 5678 | MAY | WEDNESDAY | ||
12 | 01-02-2021 | Books | 5678 | MAY | MAY | ||
13 | 01-02-2021 | Portal | 6789 | MONDAY | FEBRUARY | ||
14 | 01-02-2021 | Books | 6789 | MONDAY | MONDAY | ||
15 | 01-02-2021 | Portal | 7890 | APRIL | MARCH | ||
16 | 01-02-2021 | Books | 7890 | APRIL | APRIL | ||
17 | 01-02-2021 | Portal | 1111 | Mercury | MAY | ||
18 | 01-02-2021 | Books | 1111 | Mercury | Mercury | ||
19 | 01-02-2021 | Portal | 2222 | Jupiter | JUNE | ||
20 | 01-02-2021 | Books | 2222 | Jupiter | Jupiter | ||
21 | 01-02-2021 | Portal | 3333 | Pluto | JULY | ||
22 | 01-02-2021 | Books | 3333 | Pluto | Pluto | ||
23 | 01-02-2021 | Portal | 4444 | AUGUST | AUGUST | ||
24 | 01-02-2021 | Portal | 5555 | SEPTEMBER | SEPTEMBER | ||
25 | 01-02-2021 | Portal | 6666 | OCTOBER | OCTOBER | ||
26 | 01-02-2021 | Portal | 7777 | NOVEMBER | NOVEMBER | ||
Reconcile |