=IF function?

Amynmercedes

New Member
Joined
May 16, 2018
Messages
1
Hi there,

I am trying to create an estimate tracker which would allow a user to select their estimator initials from the data validation-list in column C, which once selected would generate the quote number in the previous column B (rows 12 down). Catch is, I'm really new to this and I would like the quote number to generate in sequential order but have a the number differ based on the estimator, for eg:

[TABLE="width: 288"]
<tbody>[TR]
[TD][/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD]280-AM-1984[/TD]
[TD]AM[/TD]
[/TR]
[TR]
[TD]13[/TD]
[TD]280-BP-1985[/TD]
[TD]BP[/TD]
[/TR]
[TR]
[TD]14[/TD]
[TD]280-AM-1986[/TD]
[TD]AM[/TD]
[/TR]
[TR]
[TD]15[/TD]
[TD]280-GL-1987[/TD]
[TD]GL[/TD]
[/TR]
[TR]
[TD]16[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]


Hope that's a clear enough explanation. I think I need to use the =IF function but it's putting together how to use the True/False values and how to incorporate the column C data which stumps me. Any help would be greatly appreciated!

Many thanks
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Hi,

Not exactly sure if this is what you're asking:

You'll need to enter the FIRST quote number (B12) manually, then use the formula in B13 copied down.


Book1
BC
12280-AM-1984AM
13280-BP-1985BP
14280-AM-1986AM
15280-GL-1987GL
16280-BP-1988BP
17280-BP-1989BP
18280-GL-1990GL
19280-AM-1991AM
Sheet50
Cell Formulas
RangeFormula
B13=LEFT(B12,3)&"-"&C13&"-"&RIGHT(B12,4)+1
 
Upvote 0

Forum statistics

Threads
1,223,157
Messages
6,170,419
Members
452,325
Latest member
BlahQz

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