Formula needed

pooja29

New Member
Joined
May 3, 2020
Messages
6
Office Version
  1. 2010
Platform
  1. Windows
Need a formula wherein the value which is besides the date is reflected in each cell. In Cell C i have used IF formula. But that formala can't b copy pasted. What i want is highlighted in blue.
 

Attachments

  • 20200503_135742.jpg
    20200503_135742.jpg
    132.8 KB · Views: 13

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
Thanks a lot it works. One more query. If there is any text Cell A. Then how this formula will work??
 

Attachments

  • 20200503_155107.jpg
    20200503_155107.jpg
    226.9 KB · Views: 10
Upvote 0
Thanks a lot it works. One more query. If there is any text Cell A. Then how this formula will work??
 

Attachments

  • 20200503_155107.jpg
    20200503_155107.jpg
    226.9 KB · Views: 9
Upvote 0
it wont as it is , since its using Blank cells as one of the keys

But TRY
=IF((ISNUMBER(A2)),"",IF((AND(OR(NOT(ISNUMBER(A1)),A1=""),OR(NOT(ISNUMBER(A2)),A2=""))),C1,B1))
 
Upvote 0
Book1
ABC
1
23/1/18100 
312100
4Taxes14100
5Taxes16100
63/2/19101 
712101
814101
9Part Payment16101
10Taxes12101
1114101
1216101
134/3/20102 
1412102
15VAT14102
1616102
Sheet1
Cell Formulas
RangeFormula
C2:C16C2=IF((ISNUMBER(A2)),"",IF((AND(OR(NOT(ISNUMBER(A1)),A1=""),OR(NOT(ISNUMBER(A2)),A2=""))),C1,B1))
 
Upvote 0
Welcome to the MrExcel board!

Does this do what you want?

20 05 03.xlsm
ABC
131/03/2020100 
2200100
3text300100
4text675100
5text700100
61/03/2020101 
7text20000101
8text20000101
Repeat
Cell Formulas
RangeFormula
C1:C8C1=IF(ISNUMBER(A1),"",LOOKUP(9^9,A$1:A1,B$1:B1))



.. or this?
20 05 03.xlsm
ABC
131/03/2020100
2200100
3text300100
4text675100
5text700100
61/03/2020101 
7text20000101
8text20000101
Repeat
Cell Formulas
RangeFormula
C2:C8C2=IF(ISNUMBER(A2),"",IF(C1="",B1,C1))
 
Upvote 0
Solution

Forum statistics

Threads
1,216,126
Messages
6,129,020
Members
449,480
Latest member
yesitisasport

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