Formula to enter in blank cells - Control G

RAJESH1960

Banned for repeated rules violations
Joined
Mar 26, 2020
Messages
2,313
Office Version
  1. 2019
Platform
  1. Windows
Hello guys

I am trying to match portal invoice numbers with tally invoice numbers. I have already separated the portal invoice numbers with a formula and cleared formats of the remaining blank cells in column I. I have to add multiple conditions in a formula by selecting the blank cells.

1. IF E3:H3=FALSE,THEN ENTER I2

2. IF D3= TALLY &E3=FALSE & H3=TRUE, THEN ENTER I1, ELSE ENTER J3.

I am trying to write and enter a formula with the above conditions by selecting the blank cells.
Query to fill matching Invoice Number.xlsx
ABCDEFGHIJ
1LineabcdefgCORRECTEDWRONG ENTRIES
22345PORTALTRUETRUETRUETRUE1414
33764TALLYFALSEFALSEFALSEFALSE464
41898PORTALTRUETRUETRUETRUE27582758
52811PORTALTRUETRUETRUETRUE30323032
63179TALLYFALSETRUETRUETRUE2758
71186TALLYFALSEFALSEFALSEFALSE3032
83129PORTALTRUETRUETRUETRUE41078/20-2141078/20-21
93843TALLYFALSEFALSEFALSEFALSE41078
101639PORTALTRUETRUETRUETRUE6021/2020-216021/2020-21
112108TALLYFALSETRUETRUEFALSE6021
121347PORTALTRUETRUETRUETRUE6154/2020-216154/2020-21
131391PORTALTRUETRUETRUETRUE9304/2020-219304/2020-21
142288TALLYFALSETRUETRUETRUE6154
152354TALLYFALSETRUETRUEFALSE2704592
163211PORTALTRUETRUETRUEFALSES-1498S-1498
171655TALLYFALSETRUETRUEFALSEJan-1498
183306TALLYFALSETRUETRUEFALSE335
2B + TALLY
Cell Formulas
RangeFormula
I2,I16,I12:I13,I10,I8,I4:I5I2=IF(D2="PORTAL",J2,"")
Cells with Conditional Formatting
CellConditionCell FormatStop If True
E2:I18Cell Value=TRUEtextNO

I will be copying the data of column I and paste it back with paste special and also remove the formats from the blank cells. Then I will select the blank cells and apply the right formula if I get the right formula.
 
Last edited:

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
I tried these formulas but I am getting a value error in both the formulas.
'=OR(AND(E3:H3="FALSE",AND(D3="TALLY",AND(E3="FALSE",AND(H3="TRUE"),I1,J3))))
=AND(OR(E3:H3="FALSE",OR(D3="TALLY",OR(E3="FALSE",OR(H3="TRUE",I1,J3)))))
Sorry, I forgot to write the 3rd condition which is
3. IF E3=FALSE & H3=FALSE THEN ENTER I2
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,907
Messages
6,122,185
Members
449,071
Latest member
cdnMech

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top