Formula for word and percentage

Chrismx222

New Member
Joined
Apr 18, 2008
Messages
14
Good Day.
I have a sheet where NOT all rows are the same. Some have gaps.
Where it reads PRICE I would like that to read the same
Where it reads a number I would like that to be raised by 10%
Right now I'm going through manually and copying and pasting rows 2621,2622,2623 wherever I need it, moving down the rows.
I can copy and paste, get into a rhythm (red square), but sometimes I have to skip over a random number of lines to continue my copy and paste. (blue square)
Currently in cell: N2638 I have the formula: =M2638
Currently in cell:N2640 I have the formula: =M2640*1.1

Is there a formula I can input into Column N so if column M reads PRICE it returns PRICE and if column M is a number it returns that number with a 10% increase?
Thank you in advance, this sheet is 30,000 lines long and I want some of my life left so I'm not copying and pasting my hours away ;)
1696874348062.png
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
I think I just solved it, after typing this whole thing out I sat back and thought a bit more

=IF(M2779="PRICE", "PRICE", M2779*1.1)
 
Upvote 0

Forum statistics

Threads
1,215,109
Messages
6,123,137
Members
449,098
Latest member
Doanvanhieu

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