If BLANK input data from cell Above

Ravey

New Member
Joined
Apr 19, 2015
Messages
8
Hello,

I'm trying to create a formula where {IF has content stay the same, IF is Blank then add content of cell above}.

Here's what I'm trying to do:
In Cell D2 I want to write a formula that will READ Cell A2 and Copy it if it has content. The same formula is used in D3 which will read A3 and if there is TEXT then copy it, if there is not TEXT then use the TEXT from above cell D2.

ABCD (I want this in Column D)E
1ChannelSessions
ChannelSessions
2Affiliates7Affiliates7
35Affiliates5
4Paid8Paid8
59Paid9
6Organic10Organic10
75Organic5
85Organic5

<tbody>
</tbody>
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Assumes A2 always has a value.

Excel 2010
ABCD
1ChannelSessionsChannel
2Affiliates7Affiliates
35Affiliates
4Paid8Paid
59Paid
6Organic10Organic
75Organic
85Organic

<tbody>
</tbody>
Sheet1

Worksheet Formulas
CellFormula
D2=IF(ISBLANK(A2),D1,A2)

<tbody>
</tbody>

<tbody>
</tbody>
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,791
Messages
6,121,611
Members
449,038
Latest member
apwr

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