If Cell A1 is blank move to A2 and Perform multiplications

dream_life

New Member
Joined
Jan 18, 2019
Messages
1
I have googles and test share amount of formulas but going nowhere. I have some blank or non Blank cells in same Column. I am looking for formula if A1 is blank, it can move to A2, pick the amount and multiply it what is in C2, but if there is value in A1, ignore A2 and multiply A1 to C1. I greatly appreciate if someone can help.

[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]12[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]13[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Hi,

If it's just the 2 rows:


Book1
ABCDEF
1122626
2213
Sheet471
Cell Formulas
RangeFormula
E1=IF(A1="",A2*C2,A1*C1)
F1=IF(A1,A1*C1,A2*C2)
 
Last edited:
Upvote 0

Forum statistics

Threads
1,226,729
Messages
6,192,696
Members
453,747
Latest member
tylerhyatt04

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