Increasing Cell References by 1 in when using autofill over multiple rows

JDDrcar

New Member
Joined
Jan 30, 2023
Messages
3
Office Version
  1. 365
Platform
  1. Windows
I am pulling my hair out on this on, and would love any fresh ideas!

I have a sheet where each row contains customer information, property details, and pricing for their fertilizer programs, among other details for their entire landscape maintenance program.
On a separate worksheet, I am trying to create a printable sheet for our fertilizer techs that contains all of the pertinent information from those rows. This form with all of it's functions is 41 rows in height.

When I select the form, and try to extend it down, it jumps all of the cell refences. Example: The Customer Name goes from Abrams ('JobData'!A3) to Frankel ('JobData'!A44) I need it to go from Abrams ('JobData'!A3) to Audino('JobData'!A4)

I am hoping to be able to extend the form down, to create 200 auto-completed/ready to print forms for all of our customers.
excel1.png
excel2.png
I really hope I was able to verbalize what we're trying to do here, and if I need to share more detail, please let me know!
Thanks for any help!
JD
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
I really hope I was able to verbalize what we're trying to do here, and if I need to share more detail, please let me know!
Thanks for any help!
Hi JD,

I would start with using this Excel Add-in provided by this forum to make it easier to copy/paste what you want to share from your workbook.
This way they can look at the existing formulas to better analyze it.
It's located here: XL2BB - Excel Range to BBCode
 
Upvote 0
Thanks, way more useful than screenshots. This is the 'printable form' that I am trying to create. Ideally, I want to be able to select A1 through G41, grab the fill handle, and drab down, creating sheets that pull each customer's info (located in the rows of another sheet).

Cell Formulas
RangeFormula
B2B2=IF('Job Data'!BG3="Basic Com.", "Basic Commercial", IF('Job Data'!BG3="Basic Res.", "Basic Residential", IF('Job Data'!BG3="Prem. Res.", "Premium Residential", "")))
B3B3=('Job Data'!BJ3)
F2F2=('Job Data'!A3)
F3F3=('Job Data'!B3)
F4F4=('Job Data'!C3)
B6B6=IF('Job Data'!BG3="Basic Com.", "Round 1", IF('Job Data'!BG3="Basic Res.", "Round 1", IF('Job Data'!BG3="Prem. Res.", "Round 1", "")))
C6C6=IF(B6="Round 1","Date","")
B7B7=IF('Job Data'!BG3="Basic Com.", 'Job Data'!BL3, IF('Job Data'!BG3="Basic Res.", 'Job Data'!BP3, IF('Job Data'!BG3="Prem. Res.", 'Job Data'!BU3, "")))
C7C7=IF(B6="Round 1","Wind","")
C8C8=IF(B6="Round 1","Temp","")
D8D8=IF(B6="Round 1","°","")
B11B11=IF('Job Data'!BG3="Basic Com.", "Round 2", IF('Job Data'!BG3="Basic Res.", "Round 2", IF('Job Data'!BG3="Prem. Res.", "Round 2", "")))
C11C11=IF(B11="Round 2","Date","")
B12B12=IF('Job Data'!BG3="Basic Com.", 'Job Data'!BM3, IF('Job Data'!BG3="Basic Res.", 'Job Data'!BQ3, IF('Job Data'!BG3="Prem. Res.", 'Job Data'!BV3, "")))
C12C12=IF(B11="Round 2","Wind","")
C13C13=IF(B11="Round 2","Temp","")
D13D13=IF(B11="Round 2","°","")
B16B16=IF('Job Data'!BG3="Basic Com.", "Round 3", IF('Job Data'!BG3="Basic Res.", "Round 3", IF('Job Data'!BG3="Prem. Res.", "Round 3", "")))
C16C16=IF(B16="Round 3","Date","")
B17B17=IF('Job Data'!BG3="Basic Com.", 'Job Data'!BN3, IF('Job Data'!BG3="Basic Res.", 'Job Data'!BR3, IF('Job Data'!BG3="Prem. Res.", 'Job Data'!BW3, "")))
C17C17=IF(B16="Round 3","Wind","")
C18C18=IF(B16="Round 3","Temp","")
D18D18=IF(B16="Round 3","°","")
B21B21=IF('Job Data'!BG3="Basic Com.", "Round 4", IF('Job Data'!BG3="Basic Res.", "Round 4", IF('Job Data'!BG3="Prem. Res.", "Round 4", "")))
C21C21=IF(B21="Round 4","Date","")
B22B22=IF('Job Data'!BG3="Basic Com.", 'Job Data'!BO3, IF('Job Data'!BG3="Basic Res.", 'Job Data'!BS3, IF('Job Data'!BG3="Prem. Res.", 'Job Data'!BX3, "")))
C22C22=IF(B21="Round 4","Wind","")
C23C23=IF(B21="Round 4","Temp","")
D23D23=IF(B21="Round 4","°","")
B26B26=IF('Job Data'!BG3="Basic Com.", "", IF('Job Data'!BG3="Basic Res.", "Round 5", IF('Job Data'!BG3="Prem. Res.", "Round 5", "")))
C26C26=IF(B26="Round 5","Date","")
B27B27=IF('Job Data'!BG3="Basic Com.", "", IF('Job Data'!BG3="Basic Res.", 'Job Data'!BT3, IF('Job Data'!BG3="Prem. Res.", 'Job Data'!BY3, "")))
C27C27=IF(B26="Round 5","Wind","")
C28C28=IF(B26="Round 5","Temp","")
D28D28=IF(B26="Round 5","°","")
B31B31=IF('Job Data'!BG3="Basic Com.", "", IF('Job Data'!BG3="Basic Res.", "", IF('Job Data'!BG3="Prem. Res.", "Round 6", "")))
C31C31=IF(B31="Round 6","Date","")
B32B32=IF('Job Data'!BG3="Basic Com.", "", IF('Job Data'!BG3="Basic Res.", "", IF('Job Data'!BG3="Prem. Res.", 'Job Data'!BZ3, "")))
C32C32=IF(B31="Round 6","Wind","")
C33C33=IF(B31="Round 6","Temp","")
D33D33=IF(B31="Round 6","°","")
B36B36=IF('Job Data'!BG3="Basic Com.", "", IF('Job Data'!BG3="Basic Res.", "", IF('Job Data'!BG3="Prem. Res.", "Round 7", "")))
B37B37=IF('Job Data'!BG3="Basic Com.", "", IF('Job Data'!BG3="Basic Res.", "", IF('Job Data'!BG3="Prem. Res.", 'Job Data'!CA3, "")))
D38D38=IF(B36="Round 7","°","")
C36C36=IF(B36="Round 7","Date","")
C37C37=IF(B36="Round 7","Wind","")
C38:C39C38=IF(B36="Round 7","Temp","")
 
Upvote 0
I have been trying out different ideas using the Offset function, and feel like that is getting me closer, but still cant get the info to fill in the way I want it to using the fill handle. Anyone have any other thoughts that I can throw at this?
 
Upvote 0

Forum statistics

Threads
1,215,619
Messages
6,125,875
Members
449,267
Latest member
ajaykosuri

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