RAJESH1960
Banned for repeated rules violations
- Joined
- Mar 26, 2020
- Messages
- 2,313
- Office Version
- 2019
- Platform
- Windows
Hello Everyone,
This sheet contains data which I have copied from the workings of a sheet and pasted here using paste special values. I have inserted an additional column to check the totals if they are correct. I have given the formula as shown above. The Problem is if the amount is blank, which is in most of the cases, the calculation shows an error. I have to delete the whole blank cells manually each one of them. As the data is huge, it will be time consuming to do so. Can this be avoided .? Is there any way I could paste the data in such a way that the blank cells are not formatted. ?
This sheet contains data which I have copied from the workings of a sheet and pasted here using paste special values. I have inserted an additional column to check the totals if they are correct. I have given the formula as shown above. The Problem is if the amount is blank, which is in most of the cases, the calculation shows an error. I have to delete the whole blank cells manually each one of them. As the data is huge, it will be time consuming to do so. Can this be avoided .? Is there any way I could paste the data in such a way that the blank cells are not formatted. ?
Query Do not format blank cells.xlsx | |||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | AA | |||
1 | Check | A | B | C | D | E | Amt | G | Amt | I | Amt | K | Amt | M | Amt | O | Amt | Q | Amt | S | Amt | U | Amt | W | Amt | Y | Amt | ||
2 | - | 01-02-2021 | R | 1 | A | -3751.00 | January | 3752.00 | Sunday | -1.00 | |||||||||||||||||||
3 | #VALUE! | 03-02-2021 | P | 2 | B | -675.00 | February | 674.00 | Monday | 1.00 | |||||||||||||||||||
4 | #VALUE! | 04-02-2021 | C | 3 | C | -3500.00 | March | 3538.00 | Tuesday | -38.00 | |||||||||||||||||||
5 | #VALUE! | 06-02-2021 | R | 4 | D | -18000.00 | April | 18114.00 | Wednesday | -114.00 | |||||||||||||||||||
6 | - | 07-02-2021 | P | 5 | E | -24000.00 | May | 10000.00 | Thursday | 10000.00 | Sunday | 4000.00 | |||||||||||||||||
7 | #VALUE! | 09-02-2021 | C | 6 | F | 18000.00 | June | -20000.00 | Friday | 2000.00 | |||||||||||||||||||
8 | #VALUE! | 11-02-2021 | R | 7 | G | -1180.00 | July | 1176.00 | Saturday | 4.00 | |||||||||||||||||||
9 | #VALUE! | 16-02-2021 | P | 8 | H | -3600.00 | August | 3601.00 | Sunday | -1.00 | |||||||||||||||||||
10 | #VALUE! | 17-02-2021 | C | 9 | I | -12.00 | September | 6.00 | Monday | 6.00 | |||||||||||||||||||
11 | #VALUE! | 19-02-2021 | R | 10 | J | -5148.00 | October | 5147.00 | Tuesday | 1.00 | |||||||||||||||||||
12 | #VALUE! | 22-02-2021 | P | 11 | K | -11100.00 | November | 11110.00 | Wednesday | -10.00 | |||||||||||||||||||
13 | #VALUE! | 22-02-2021 | R | 12 | L | -8285.00 | December | 8284.00 | Thursday | 1.00 | |||||||||||||||||||
14 | - | 26-02-2021 | P | 13 | M | 7786.00 | January | -1493.00 | Friday | -3045.00 | Monday | -3248.00 | |||||||||||||||||
15 | #VALUE! | 27-02-2021 | C | 14 | N | -10678.00 | February | 10674.00 | Saturday | 4.00 | |||||||||||||||||||
16 | #VALUE! | 28-02-2021 | R | 15 | O | 20000.00 | March | -100.00 | Sunday | -19900.00 | |||||||||||||||||||
Query Paste special selection |
Cell Formulas | ||
---|---|---|
Range | Formula | |
A2:A16 | A2 | =SUM(G2+I2+K2+M2+O2+Q2+S2+U2+W2+Y2+AA2) |